PrivilegeLookupLuid Method |
Retrieves the locally unique identifier (LUID) used on to represent this privilege (on the system from which it originates).
Namespace: Alphaleonis.Win32.SecurityAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax public ulong LookupLuid()
Public Function LookupLuid As ULong
public:
unsigned long long LookupLuid()
member LookupLuid : unit -> uint64
Return Value
Type:
UInt64the locally unique identifier (LUID) used on to represent this privilege (on the system from which it originates).
See Also