Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
DockStateUnsupportedIndicates that the portable computer does not support docking. |
DockStateUnDockedIndicates that the portable computer is not docked. |
DockStateDockedIndicates that the portable computer is docked. |
DockStateUnknownIndicates 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) |