@FieldOrder({"ReadOperationCount","WriteOperationCount","OtherOperationCount","ReadTransferCount","WriteTransferCount","OtherTransferCount"}) public static class WinNT.IO_COUNTERS extends Structure
Structure.ByReference, Structure.ByValue, Structure.FieldOrder, Structure.StructField
Modifier and Type | Field | Description |
---|---|---|
long |
OtherOperationCount |
The number of I/O operations performed, other than read and write
operations.
|
long |
OtherTransferCount |
The number of bytes transferred during operations other than read and
write operations.
|
long |
ReadOperationCount |
The number of read operations performed.
|
long |
ReadTransferCount |
The number of bytes read.
|
long |
WriteOperationCount |
The number of write operations performed.
|
long |
WriteTransferCount |
The number of bytes written.
|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE
Constructor | Description |
---|---|
IO_COUNTERS() |
|
IO_COUNTERS(Pointer memory) |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
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 long ReadOperationCount
public long WriteOperationCount
public long OtherOperationCount
public long ReadTransferCount
public long WriteTransferCount
public long OtherTransferCount
public IO_COUNTERS()
public IO_COUNTERS(Pointer memory)