Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

RtlConvertUlongToLuid routine

The RtlConvertUlongToLuid routine converts an unsigned long integer to a locally unique identifier (LUID), which is used by the system to represent a security privilege.

Syntax


LUID RtlConvertUlongToLuid(
  _In_ ULONG Ulong
);

Parameters

Ulong [in]

Specifies the unsigned long integer to convert.

Return value

RtlConvertUlongToLuid returns the converted LUID.

Remarks

RtlConvertUlongToLuid is used to convert a system-defined privilege value, passed as a ULONG, to a locally unique identifier (LUID) used by the system to represent that privilege. Drivers typically pass a LUID to SeSinglePrivilegeCheck.

Requirements

Target platform

Desktop

Version

Available starting with Windows 2000.

Header

Ntddk.h (include Ntddk.h or Ntifs.h)

IRQL

Any level

See also

RtlConvertLongToLuid
RtlEqualLuid
SeSinglePrivilegeCheck
LUID

 

 

Send comments about this topic to Microsoft

Show:
© 2017 Microsoft