@Properties(inherit=windows.class) public class TOKEN_GROUPS_AND_PRIVILEGES extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter
Constructor and Description |
---|
TOKEN_GROUPS_AND_PRIVILEGES()
Default native constructor.
|
TOKEN_GROUPS_AND_PRIVILEGES(long size)
Native array allocator.
|
TOKEN_GROUPS_AND_PRIVILEGES(Pointer p)
Pointer cast constructor.
|
Modifier and Type | Method and Description |
---|---|
LUID |
AuthenticationId() |
TOKEN_GROUPS_AND_PRIVILEGES |
AuthenticationId(LUID setter) |
TOKEN_GROUPS_AND_PRIVILEGES |
position(long position) |
int |
PrivilegeCount() |
TOKEN_GROUPS_AND_PRIVILEGES |
PrivilegeCount(int setter) |
int |
PrivilegeLength() |
TOKEN_GROUPS_AND_PRIVILEGES |
PrivilegeLength(int setter) |
LUID_AND_ATTRIBUTES |
Privileges() |
TOKEN_GROUPS_AND_PRIVILEGES |
Privileges(LUID_AND_ATTRIBUTES setter) |
int |
RestrictedSidCount() |
TOKEN_GROUPS_AND_PRIVILEGES |
RestrictedSidCount(int setter) |
int |
RestrictedSidLength() |
TOKEN_GROUPS_AND_PRIVILEGES |
RestrictedSidLength(int setter) |
SID_AND_ATTRIBUTES |
RestrictedSids() |
TOKEN_GROUPS_AND_PRIVILEGES |
RestrictedSids(SID_AND_ATTRIBUTES setter) |
int |
SidCount() |
TOKEN_GROUPS_AND_PRIVILEGES |
SidCount(int setter) |
int |
SidLength() |
TOKEN_GROUPS_AND_PRIVILEGES |
SidLength(int setter) |
SID_AND_ATTRIBUTES |
Sids() |
TOKEN_GROUPS_AND_PRIVILEGES |
Sids(SID_AND_ATTRIBUTES setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zero
public TOKEN_GROUPS_AND_PRIVILEGES()
public TOKEN_GROUPS_AND_PRIVILEGES(long size)
Pointer.position(long)
.public TOKEN_GROUPS_AND_PRIVILEGES(Pointer p)
Pointer.Pointer(Pointer)
.public TOKEN_GROUPS_AND_PRIVILEGES position(long position)
public TOKEN_GROUPS_AND_PRIVILEGES SidCount(int setter)
public TOKEN_GROUPS_AND_PRIVILEGES SidLength(int setter)
@Cast(value="PSID_AND_ATTRIBUTES") public SID_AND_ATTRIBUTES Sids()
public TOKEN_GROUPS_AND_PRIVILEGES Sids(SID_AND_ATTRIBUTES setter)
public TOKEN_GROUPS_AND_PRIVILEGES RestrictedSidCount(int setter)
public TOKEN_GROUPS_AND_PRIVILEGES RestrictedSidLength(int setter)
@Cast(value="PSID_AND_ATTRIBUTES") public SID_AND_ATTRIBUTES RestrictedSids()
public TOKEN_GROUPS_AND_PRIVILEGES RestrictedSids(SID_AND_ATTRIBUTES setter)
public TOKEN_GROUPS_AND_PRIVILEGES PrivilegeCount(int setter)
public TOKEN_GROUPS_AND_PRIVILEGES PrivilegeLength(int setter)
@Cast(value="PLUID_AND_ATTRIBUTES") public LUID_AND_ATTRIBUTES Privileges()
public TOKEN_GROUPS_AND_PRIVILEGES Privileges(LUID_AND_ATTRIBUTES setter)
public TOKEN_GROUPS_AND_PRIVILEGES AuthenticationId(LUID setter)
Copyright © 2020. All rights reserved.