Skip to content

Latest commit

 

History

History
127 lines (102 loc) · 3.35 KB

ns-ntmsapi-ntms_iedoorinformation.md

File metadata and controls

127 lines (102 loc) · 3.35 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NS:ntmsapi._NTMS_IEDOORINFORMATION
NTMS_IEDOORINFORMATION (ntmsapi.h)
The NTMS_IEDOORINFORMATION structure defines properties specific to an insert/eject door object.
NTMS_DOORSTATE_CLOSED
NTMS_DOORSTATE_OPEN
NTMS_DOORSTATE_UNKNOWN
NTMS_IEDOORINFORMATION
NTMS_IEDOORINFORMATION structure [Files]
_zaw_ntms_iedoorinformation
base.ntms_iedoorinformation
fs.ntms_iedoorinformation
ntmsapi/NTMS_IEDOORINFORMATION
fs\ntms_iedoorinformation.htm
fs
a0619420-f391-4695-a87e-8cbf8d3a3742
12/05/2018
NTMS_DOORSTATE_CLOSED, NTMS_DOORSTATE_OPEN, NTMS_DOORSTATE_UNKNOWN, NTMS_IEDOORINFORMATION, NTMS_IEDOORINFORMATION structure [Files], _zaw_ntms_iedoorinformation, base.ntms_iedoorinformation, fs.ntms_iedoorinformation, ntmsapi/NTMS_IEDOORINFORMATION
ntmsapi.h
Windows
Windows XP [desktop apps only]
Windows Server 2003 [desktop apps only]
Windows
NTMS_IEDOORINFORMATION
19H1
_NTMS_IEDOORINFORMATION
ntmsapi/_NTMS_IEDOORINFORMATION
NTMS_IEDOORINFORMATION
ntmsapi/NTMS_IEDOORINFORMATION
c++
APIRef
kbSyntax
HeaderDef
Ntmsapi.h
NTMS_IEDOORINFORMATION

NTMS_IEDOORINFORMATION structure

-description

[Removable Storage Manager is no longer available as of Windows 7 and Windows Server 2008 R2.]

The NTMS_IEDOORINFORMATION structure defines properties specific to an insert/eject door object.

-struct-fields

-field Number

Number of the door in the library. Typically, libraries have one door.

-field State

State of the door. This can be one of the following values.

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.

-field MaxOpenSecs

Maximum number of seconds the door is to remain open. Valid values are between 0-65,535 seconds This member is writable.

-field Library

Library that contains this door.

-remarks

The NTMS_IEDOORINFORMATION structure is included in the NTMS_OBJECTINFORMATION structure.

If the MaxOpenSecs member is zero, an operator request to close the door is generated as soon as the door is open.

-see-also

NTMS_OBJECTINFORMATION