@Structure.FieldOrder(value={"Version","Flags","Count","aData"}) public static class Winspool.PRINTER_NOTIFY_INFO extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field and Description |
---|---|
Winspool.PRINTER_NOTIFY_INFO_DATA[] |
aData
An array of PRINTER_NOTIFY_INFO_DATA structures.
|
int |
Count
The number of PRINTER_NOTIFY_INFO_DATA elements in the aData array.
|
int |
Flags
A bit flag that indicates the state of the notification structure.
|
int |
Version
The version of this structure.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor and Description |
---|
PRINTER_NOTIFY_INFO() |
Modifier and Type | Method and Description |
---|---|
void |
read()
Reads the fields of the struct from native memory
|
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, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public int Version
public int Flags
public int Count
public Winspool.PRINTER_NOTIFY_INFO_DATA[] aData