LOCKSTATE, énumération (ehstorbandmgmt.h)
Indique l’état de verrouillage actuel de l’appareil.
Syntaxe
typedef enum {
INVALID_LOCK_STATE,
PERSISTENT_UNLOCK,
NONPERSISTENT_UNLOCK,
PERSISTENT_LOCK
} LOCKSTATE;
Constantes
INVALID_LOCK_STATE L’appareil est dans un état de verrouillage non valide. |
PERSISTENT_UNLOCK L’appareil est déverrouillé et reste déverrouillé lors de la réinitialisation de l’alimentation. |
NONPERSISTENT_UNLOCK L’appareil est déverrouillé, mais est verrouillé lors de la réinitialisation de l’alimentation. |
PERSISTENT_LOCK L’appareil est verrouillé et reste verrouillé lors de la réinitialisation de l’alimentation. |
Exigences
Exigence | Valeur |
---|---|
d’en-tête | ehstorbandmgmt.h |