C# Class GSF.Interop.WindowsApi.TOKEN_PRIVILEGES

ファイルを表示 Open project: GridProtectionAlliance/gsf Class Usage Examples

Public Properties

Property Type Description
PrivilegeCount int
Privileges LUID_AND_ATTRIBUTES

Property Details

PrivilegeCount public_oe property

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

Privileges public_oe property

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