Type a page name and press Enter. You'll jump to the page if it exists, or you can create it if it doesn't.
To create a page in a module other than Structures, prefix the name with the module name and a period.
CERT_CONTEXT (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
public struct CERT_CONTEXT
{
public uint dwCertEncodingType;
[MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)]
public byte[] pbCertEncoded;
public uint cbCertEncoded;
public IntPtr pCertInfo;
public IntPtr hCertStore;
}
VB Definition:
Structure CERT_CONTEXT
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
None.
This function frees a certificate context by decrementing its reference count. When the reference count goes to zero, this function frees the memory occupied by a certificate context. Each context obtained by a get, find, enumerate, duplicate, or create operation must be freed by the appropriate free operation.
9/21/2009 5:00:08 AM - -66.46.213.4
TODO - a short description
5/19/2016 1:00:05 PM - anonymous
This function frees a certificate context by decrementing its reference count. When the reference count goes to zero, this function frees the memory occupied by a certificate context. Each context obtained by a get, find, enumerate, duplicate, or create operation must be freed by the appropriate free operation.
9/21/2009 5:00:08 AM - -66.46.213.4
Please edit this page!
Do you have...
helpful tips?
corrections to the existing content?
alternate definitions?
additional languages you want to include?
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing any supporting types needed.