CryptQueryObject (crypt32)
Last changed: -118.161.61.252

.
Summary
TODO - a short description

C# Signature:

[DllImport("CRYPT32.DLL", EntryPoint = "CryptQueryObject", CharSet = CharSet.Auto, SetLastError = true)]

public static extern Boolean CryptQueryObject(

    Int32 dwObjectType,
    [MarshalAs(UnmanagedType.LPWStr)]String pvObject,
    Int32 dwExpectedContentTypeFlags,
    Int32 dwExpectedFormatTypeFlags,
    Int32 dwFlags,
    IntPtr pdwMsgAndCertEncodingType,
    IntPtr pdwContentType,
    IntPtr pdwFormatType,
    IntPtr phCertStore,
    IntPtr phMsg,
    ref IntPtr ppvContext

);

VB Signature:

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

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation