Share via


Struttura LUID (ntdef.h)

La struttura LUID è una struttura opaca che specifica un identificatore che è garantito essere univoco nel computer locale. Per altre informazioni, vedere la pagina di riferimento per LUID nella documentazione di Microsoft Windows SDK.

Sintassi

typedef struct _LUID {
  ULONG LowPart;
  LONG  HighPart;
} LUID, *PLUID;

Members

LowPart

HighPart

Requisiti

Requisito Valore
Intestazione ntdef.h (include Wdm.h, Ntddk.h, Ntifs.h)

Vedi anche

RtlConvertLongToLuid

RtlConvertUlongToLuid

RtlEqualLuid

RtlIsZeroLuid