Scroll to navigation

RtlEqualLuid(3w) Wine API RtlEqualLuid(3w)

NAME

RtlEqualLuid (NTDLL.@)

SYNOPSIS

BOOLEAN RtlEqualLuid
(
const LUID* Luid1,
const LUID* Luid2
)
 

DESCRIPTION

Compare two local unique IDs.
 

PARAMS

Luid1 [In] First Luid to compare to Luid2.
Luid2 [In] Second Luid to compare to Luid1.
 

RETURNS

TRUE: The two LUIDs are equal.
FALSE: Otherwise
 

IMPLEMENTATION

Declared in "winternl.h".
Implemented in "dlls/ntdll/rtl.c".
Debug channel "ntdll".
Oct 2012 Wine API