public static class WinCrypt.CRYPTPROTECT_PROMPTSTRUCT extends Structure
Structure.ByReference, Structure.ByValue
Modifier and Type | Field and Description |
---|---|
int |
cbSize
Size of this structure in bytes.
|
int |
dwPromptFlags
DWORD flags that indicate when prompts to the user are to be displayed.
|
WinDef.HWND |
hwndApp
Window handle to the parent window.
|
java.lang.String |
szPrompt
A string containing the text of a prompt to be displayed.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
WinCrypt.CRYPTPROTECT_PROMPTSTRUCT() |
WinCrypt.CRYPTPROTECT_PROMPTSTRUCT(Pointer memory) |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, write, writeField, writeField
public int cbSize
public int dwPromptFlags
public WinDef.HWND hwndApp
public java.lang.String szPrompt
public WinCrypt.CRYPTPROTECT_PROMPTSTRUCT()
public WinCrypt.CRYPTPROTECT_PROMPTSTRUCT(Pointer memory)