Structure LUID (ntdef.h)
La structure LUID est une structure opaque qui spécifie un identificateur qui est garanti comme unique sur l’ordinateur local. Pour plus d’informations, consultez la page de référence pour LUID dans la documentation Microsoft Windows SDK.
typedef struct _LUID {
ULONG LowPart;
LONG HighPart;
} LUID, *PLUID;
LowPart
HighPart
Condition requise | Valeur |
---|---|
En-tête | ntdef.h (inclure Wdm.h, Ntddk.h, Ntifs.h) |