[This is preliminary documentation and subject to change.]
The NTMS_IEPORTINFORMATION data structure defines properties specific to an insert/eject port object.
typedef struct _NTMS_IEPORTINFORMATION {
DWORD Number;
DWORD Content;
DWORD Position;
WORD MaxExtendSecs;
NTMS_GUID Library;
} NTMS_IEPORTINFORMATION;
Value | Meaning |
---|---|
NTMS_PORTCONTENT_FULL | Port is full. |
NTMS_PORTCONTENT_EMPTY | Port is empty. |
NTMS_PORTCONTENT_UNKNOWN | Content of port is not known. |
Value | Meaning |
---|---|
NTMS_PORTPOSITION_EXTENDED | Port is extended. |
NTMS_PORTPOSITION_RETRACTED | Port is retracted. |
NTMS_PORTPOSITION_UNKNOWN | Port position is unknown. |
The NTMS_IEPORTINFORMATION data structure is part of the NTMS_OBJECTINFORMATION structure used for the GetNtmsObjectInformation and SetNtmsObjectInformation functions.
Windows NT: Requires version 5.0 or later.
Windows: Unsupported.
Windows CE: Unsupported.
Header: Declared in ntmsapi.h.
Import Library: Use ntmsapi.lib.