estructura ROOT_INFO_LUID (wincrypt.h)

La estructura de ROOT_INFO_LUID contiene un identificador único local (LUID) para la información raíz de tarjeta inteligente criptográfica. La estructura CRYPT_SMART_CARD_ROOT_INFO incluye una estructura de ROOT_INFO_LUID .

Sintaxis

typedef struct _ROOT_INFO_LUID {
  DWORD LowPart;
  LONG  HighPart;
} ROOT_INFO_LUID, *PROOT_INFO_LUID;

Miembros

LowPart

Bits de orden bajo.

HighPart

Bits de orden alto.

Requisitos

Requisito Value
Cliente mínimo compatible Windows Vista [solo aplicaciones de escritorio]
Servidor mínimo compatible Windows Server 2008 [solo aplicaciones de escritorio]
Encabezado wincrypt.h

Consulte también

LUID