.
Open a cryptographic message for encoding and returns a handle of the opened message.
12/5/2014 1:50:29 AM - anonymous
.
static extern IntPtr CryptMsgOpenToEncode(int dwMsgEncodingType, uint dwFlags, int dwMsgType, IntPtr pvMsgEncodeInfo, IntPtr pszInnerContentObjID, IntPtr pStreamInfo);
.
Declare Function CryptMsgOpenToEncode Lib "crypt32.dll" (TODO) As TODO
.