RtlEqualLuid(3w)

NAME

RtlEqualLuid (NTDLL.@)

SYNOPSIS

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

DESCRIPTION

Compare two local unique ID's.

PARAMS

Luid1 [In] First Luid to compare to Luid2.

Luid2 [In] Second Luid to compare to Luid1.

RETURNS

TRUE: The two LUID's are equal.

FALSE: Otherwise

IMPLEMENTATION

Defined in "winternl.h".

Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/ntdll/rtl.c".

Debug channel "ntdll".
Copyright © 2010-2025 Platon Technologies, s.r.o.           Home | Man pages | tLDP | Documents | Utilities | About
Design by styleshout