@Structure.FieldOrder(value={"uiLo","uiHi","cbData","Data"}) public static class Ddeml.DDEML_MSG_HOOK_DATA extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
int |
cbData
The amount of data being passed with the message, in bytes.
|
byte[] |
Data
The first 32 bytes of data being passed with the message (8 *
sizeof(DWORD)).
|
WinDef.UINT_PTR |
uiHi
The unpacked high-order word of the lParam parameter associated with
the DDE message.
|
WinDef.UINT_PTR |
uiLo
The unpacked low-order word of the lParam parameter associated with
the DDE message.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
DDEML_MSG_HOOK_DATA() |
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 WinDef.UINT_PTR uiLo
public WinDef.UINT_PTR uiHi
public int cbData
public byte[] Data