Jump to content

MimeOleGenerateCID Creates a content ID as a string


Recommended Posts

MimeOleGenerateCID Function

Creates a content ID as a string.

Syntax

HRESULT MimeOleGenerateCID(

LPSTR pszCID,

ULONG cchMax,

boolean fAbsolute

);

http://msdn2.microsoft.com/en-us/library/ms714730.aspx

CODE
$pszCID=''

$Result=DllCall("inetcomm.dll", "int", "MimeOleGenerateCID", "str", $pszCID, "long", 64, "int", 0)

msgbox(0,'',$Result[0])

msgbox(0,'',$pszCID)

But result is nothing, thanks if anyone can help me Edited by johnson.jiang
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...