cryptmsgopentoencode (crypt32)
Last changed: anonymous

.
Summary
Open a cryptographic message for encoding and returns a handle of the opened message.

C# Signature:

[DllImport("crypt32.dll", SetLastError=true)]
static extern IntPtr CryptMsgOpenToEncode(int dwMsgEncodingType, uint dwFlags, int dwMsgType, IntPtr pvMsgEncodeInfo, IntPtr pszInnerContentObjID, IntPtr pStreamInfo);

VB Signature:

Declare Function CryptMsgOpenToEncode Lib "crypt32.dll" (TODO) As TODO

User-Defined Types:

None.

Alternative Managed API:

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation