Package oshi.jna.platform.windows
Class NtDll.CURDIR
- java.lang.Object
-
- com.sun.jna.Structure
-
- oshi.jna.platform.windows.NtDll.CURDIR
-
- Enclosing interface:
- NtDll
@FieldOrder({"DosPath","Handle"}) public static class NtDll.CURDIR extends com.sun.jna.Structure
-
-
Field Summary
Fields Modifier and Type Field Description NtDll.UNICODE_STRING
DosPath
com.sun.jna.Pointer
Handle
-
Constructor Summary
Constructors Constructor Description CURDIR()
-
Method Summary
-
Methods inherited from class com.sun.jna.Structure
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
-
-
-
-
Field Detail
-
DosPath
public NtDll.UNICODE_STRING DosPath
-
Handle
public com.sun.jna.Pointer Handle
-
-