DOCKING_STATE enumeration (dispmprt.h)
The DOCKING_STATE enumeration is used to describe the state of a portable computer that can be attached to a docking station.
Syntax
typedef enum {
DockStateUnsupported,
DockStateUnDocked,
DockStateDocked,
DockStateUnknown
} DOCKING_STATE;
Constants
DockStateUnsupported Indicates that the portable computer does not support docking. |
DockStateUnDocked Indicates that the portable computer is not docked. |
DockStateDocked Indicates that the portable computer is docked. |
DockStateUnknown Indicates that the docking state of the portable computer is not known. |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista |
Header | dispmprt.h (include Dispmprt.h) |