johnson.jiang Posted March 13, 2007 Posted March 13, 2007 (edited) MimeOleGenerateCID FunctionCreates a content ID as a string. SyntaxHRESULT MimeOleGenerateCID( LPSTR pszCID, ULONG cchMax, boolean fAbsolute);http://msdn2.microsoft.com/en-us/library/ms714730.aspxCODE$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 March 13, 2007 by johnson.jiang
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now