C# 클래스 GSF.Interop.WindowsApi.TOKEN_PRIVILEGES

파일 보기 프로젝트 열기: GridProtectionAlliance/gsf 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
PrivilegeCount int
Privileges LUID_AND_ATTRIBUTES

프로퍼티 상세

PrivilegeCount 공개적으로 프로퍼티

This must be set to the number of entries in the Privileges array.
public int PrivilegeCount
리턴 int

Privileges 공개적으로 프로퍼티

Specifies an array of LUID_AND_ATTRIBUTES structures. Each structure contains the LUID and attributes of a privilege.
public LUID_AND_ATTRIBUTES Privileges
리턴 LUID_AND_ATTRIBUTES