public static class Kernel32.IO_COUNTERS
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
com.sun.jna.platform.win32.WinDef.ULONGLONG |
OtherOperationCount |
com.sun.jna.platform.win32.WinDef.ULONGLONG |
OtherTransferCount |
com.sun.jna.platform.win32.WinDef.ULONGLONG |
ReadOperationCount |
com.sun.jna.platform.win32.WinDef.ULONGLONG |
ReadTransferCount |
com.sun.jna.platform.win32.WinDef.ULONGLONG |
WriteOperationCount |
com.sun.jna.platform.win32.WinDef.ULONGLONG |
WriteTransferCount |
Constructor and Description |
---|
Kernel32.IO_COUNTERS() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldOrder, getFields, getFieldTypeInfo, getNativeAlignment, getNativeSize, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField
public com.sun.jna.platform.win32.WinDef.ULONGLONG ReadOperationCount
public com.sun.jna.platform.win32.WinDef.ULONGLONG WriteOperationCount
public com.sun.jna.platform.win32.WinDef.ULONGLONG OtherOperationCount
public com.sun.jna.platform.win32.WinDef.ULONGLONG ReadTransferCount
public com.sun.jna.platform.win32.WinDef.ULONGLONG WriteTransferCount
public com.sun.jna.platform.win32.WinDef.ULONGLONG OtherTransferCount
Copyright © 2014. All rights reserved.