RtlEqualLuid.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/ntdll/rtl.c".

Debug channel "ntdll".