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.
CRL_CONTEXT (Structures)
.
C# Definition:
[StructLayout(LayoutKind.Sequential)]
public struct CRL_CONTEXT
{
public uint dwCertEncodingType;
[MarshalAs(UnmanagedType.LPArray, SizeParamIndex=2)]
public byte[] pbCrlEncoded;
public uint cbCrlEncoded;
public IntPtr pCrlInfo;
public IntPtr hCertStore;
}
VB Definition:
Structure CRL_CONTEXT
Public TODO
End Structure
User-Defined Field Types:
None.
Notes:
None.
TODO - a short description
12/22/2021 8:40:15 AM - -89.41.26.56
The CertFreeCRLContext function frees a certificate revocation list (CRL) context by decrementing its reference count. When the reference count goes to zero, CertFreeCRLContext frees the memory occupied by a CRL context. To free a context obtained by a get, duplicate, or create function, call the appropriate free function. To free a context obtained by a find or enumerate function, either pass it in as the previous context parameter to a subsequent invocation of the function, or call the appropriate free function. For more information, see the reference topic for the function that obtains the context.
3/16/2007 7:39:31 AM - anonymous
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.