Package com.sun.jna.platform.win32
Class WinNT.PSIDByReference
- java.lang.Object
- 
- com.sun.jna.PointerType
- 
- com.sun.jna.ptr.ByReference
- 
- com.sun.jna.platform.win32.WinNT.PSIDByReference
 
 
 
- 
- All Implemented Interfaces:
- NativeMapped
 - Enclosing interface:
- WinNT
 
 public static class WinNT.PSIDByReference extends ByReference 
- 
- 
Constructor SummaryConstructors Constructor Description PSIDByReference()PSIDByReference(WinNT.PSID h)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description WinNT.PSIDgetValue()voidsetValue(WinNT.PSID h)- 
Methods inherited from class com.sun.jna.ptr.ByReferencetoString
 - 
Methods inherited from class com.sun.jna.PointerTypeequals, fromNative, getPointer, hashCode, nativeType, setPointer, toNative
 
- 
 
- 
- 
- 
Constructor Detail- 
PSIDByReferencepublic PSIDByReference() 
 - 
PSIDByReferencepublic PSIDByReference(WinNT.PSID h) 
 
- 
 - 
Method Detail- 
setValuepublic void setValue(WinNT.PSID h) 
 - 
getValuepublic WinNT.PSID getValue() 
 
- 
 
-