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.
Syntaxe
typedef struct _LUID {
ULONG LowPart;
LONG HighPart;
} LUID, *PLUID;
Membres
LowPart
HighPart
Configuration requise
Condition requise | Valeur |
---|---|
En-tête | ntdef.h (inclure Wdm.h, Ntddk.h, Ntifs.h) |