Platform SDK: Removable Storage Manager |
The NTMS_IEDOORINFORMATION data structure defines properties specific to an insert/eject door object.
typedef struct _NTMS_IEDOORINFORMATION { WORD Number; WORD State; WORD MaxOpenSecs; NTMS_GUID Library } NTMS_IEDOORINFORMATION;
Value | Meaning |
---|---|
NTMS_DOORSTATE_CLOSED | Library door is closed. |
NTMS_DOORSTATE_OPEN | Library door is open. |
NTMS_DOORSTATE_UNKNOWN | State of the library is unknown. |
The NTMS_IEDOORINFORMATION data structure is part of the NTMS_OBJECTINFORMATION structure used for the GetNtmsObjectInformation and SetNtmsObjectInformation functions.
If the MaxOpenSecs member is zero, an operator request to close the door is generated as soon as the door is open.
Windows NT/2000: Requires Windows 2000.
Header: Declared in Ntmsapi.h.