TPMVSCMGR_STATUS enumeración (tpmvscmgr.h)
Proporciona códigos de estado predefinidos para representar el progreso del administrador de tarjetas inteligentes virtuales de TPM.
Syntax
typedef enum __MIDL___MIDL_itf_tpmvscmgr_0000_0000_0001 {
TPMVSCMGR_STATUS_VTPMSMARTCARD_INITIALIZING = 0,
TPMVSCMGR_STATUS_VTPMSMARTCARD_CREATING,
TPMVSCMGR_STATUS_VTPMSMARTCARD_DESTROYING,
TPMVSCMGR_STATUS_VGIDSSIMULATOR_INITIALIZING,
TPMVSCMGR_STATUS_VGIDSSIMULATOR_CREATING,
TPMVSCMGR_STATUS_VGIDSSIMULATOR_DESTROYING,
TPMVSCMGR_STATUS_VREADER_INITIALIZING,
TPMVSCMGR_STATUS_VREADER_CREATING,
TPMVSCMGR_STATUS_VREADER_DESTROYING,
TPMVSCMGR_STATUS_GENERATE_WAITING,
TPMVSCMGR_STATUS_GENERATE_AUTHENTICATING,
TPMVSCMGR_STATUS_GENERATE_RUNNING,
TPMVSCMGR_STATUS_CARD_CREATED,
TPMVSCMGR_STATUS_CARD_DESTROYED
} TPMVSCMGR_STATUS;
Constantes
TPMVSCMGR_STATUS_VTPMSMARTCARD_INITIALIZING Valor: 0 Inicialización del administrador de tarjetas inteligentes virtuales. |
TPMVSCMGR_STATUS_VTPMSMARTCARD_CREATING Creación del administrador de tarjetas inteligentes virtuales. |
TPMVSCMGR_STATUS_VTPMSMARTCARD_DESTROYING Destruyendo el administrador de tarjetas inteligentes virtuales. |
TPMVSCMGR_STATUS_VGIDSSIMULATOR_INITIALIZING Inicialización del simulador de tarjeta inteligente virtual. |
TPMVSCMGR_STATUS_VGIDSSIMULATOR_CREATING Creación del simulador de tarjeta inteligente virtual. |
TPMVSCMGR_STATUS_VGIDSSIMULATOR_DESTROYING Destruir el simulador de tarjeta inteligente virtual. |
TPMVSCMGR_STATUS_VREADER_INITIALIZING Inicialización del lector de tarjetas inteligentes virtuales. |
TPMVSCMGR_STATUS_VREADER_CREATING Creación del lector de tarjetas inteligentes virtuales. |
TPMVSCMGR_STATUS_VREADER_DESTROYING Destruyendo el lector de tarjetas inteligentes virtuales. |
TPMVSCMGR_STATUS_GENERATE_WAITING Esperando el dispositivo de tarjeta inteligente TPM. |
TPMVSCMGR_STATUS_GENERATE_AUTHENTICATING Autenticación en la tarjeta inteligente de TPM. |
TPMVSCMGR_STATUS_GENERATE_RUNNING Generar el sistema de archivos en la tarjeta inteligente TPM. |
TPMVSCMGR_STATUS_CARD_CREATED Se ha completado la creación de la tarjeta inteligente TPM. |
TPMVSCMGR_STATUS_CARD_DESTROYED Se ha completado la destrucción de la tarjeta inteligente TPM. |
Comentarios
Estos códigos de estado se envían desde el servidor COM del administrador de tarjetas inteligentes virtuales de TPM al autor de la llamada a través de la interfaz de devolución de llamada de estado, ITpmVirtualSmartCardManagerStatusCallback. Las implementaciones de la interfaz de devolución de llamada de estado deben interpretar los códigos de estado en función de sus significados predefinidos y, si procede, cargar cadenas de mensaje localizadas y actualizar la interfaz de usuario.
Requisitos
Requisito | Value |
---|---|
Cliente mínimo compatible | Windows 8 [solo aplicaciones de escritorio] |
Servidor mínimo compatible | Windows Server 2012 [solo aplicaciones de escritorio] |
Encabezado | tpmvscmgr.h |