Jump to content

Recommended Posts

Posted (edited)

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

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
×
×
  • Create New...