com.sun.jna.examples.win32
Class Kernel32.SECURITY_ATTRIBUTES
java.lang.Object
com.sun.jna.Structure
com.sun.jna.examples.win32.Kernel32.SECURITY_ATTRIBUTES
- Enclosing interface:
- Kernel32
public static class Kernel32.SECURITY_ATTRIBUTES
- extends Structure
Methods inherited from class com.sun.jna.Structure |
allocateMemory, allocateMemory, clear, equals, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, read, readField, setAlignType, setTypeMapper, size, toArray, toArray, toString, useMemory, useMemory, write, writeField |
nLength
public int nLength
lpSecurityDescriptor
public Pointer lpSecurityDescriptor
bInheritHandle
public boolean bInheritHandle
Kernel32.SECURITY_ATTRIBUTES
public Kernel32.SECURITY_ATTRIBUTES()
Copyright © 2007 Timothy Wall. All Rights Reserved.