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". https://source.winehq.org/source/include/winternl.h

Implemented in "dlls/ntdll/rtl.c". https://source.winehq.org/source/dlls/ntdll/rtl.c

Debug channel "ntdll".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.