@Structure.FieldOrder(value={"dwMsgAndCertEncodingType","pbCtlEncoded","cbCtlEncoded","pCtlInfo","hCertStore","hCryptMsg","pbCtlContent","cbCtlContent"}) public static class WinCrypt.CTL_CONTEXT extends Structure
Modifier and Type | Class and Description |
---|---|
static class |
WinCrypt.CTL_CONTEXT.ByReference |
Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
cbCtlContent |
int |
cbCtlEncoded |
int |
dwMsgAndCertEncodingType |
WinCrypt.HCERTSTORE |
hCertStore |
WinCrypt.HCRYPTMSG |
hCryptMsg |
Pointer |
pbCtlContent |
Pointer |
pbCtlEncoded |
WinCrypt.CTL_INFO.ByReference |
pCtlInfo |
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
CTL_CONTEXT() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFieldOrder, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int dwMsgAndCertEncodingType
public Pointer pbCtlEncoded
public int cbCtlEncoded
public WinCrypt.CTL_INFO.ByReference pCtlInfo
public WinCrypt.HCERTSTORE hCertStore
public WinCrypt.HCRYPTMSG hCryptMsg
public Pointer pbCtlContent
public int cbCtlContent