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.
CRYPT_VERIFY_MESSAGE_PARA (Structures)
.
C# Definition:
internal struct CRYPT_VERIFY_MESSAGE_PARA
{
public int cbSize;
public uint dwMsgEncodingType;
public int hCryptProv;
public IntPtr pfnUnfortunatellyUnsupported;
public IntPtr pvUnfortunatellyUnsupported;
}
VB Definition:
Structure CRYPT_VERIFY_MESSAGE_PARA
Public cbSize As Integer
Public dwMsgEncodingType As UInt32
Public hCryptProv As Integer
Public pfnUnfortunatellyUnsupported As IntPtr
Public pvUnfortunatellyUnsupported As IntPtr
End Structure