DOCKING_STATE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// dispmprt.h

typedef enum {
  DockStateUnsupported,
  DockStateUnDocked,
  DockStateDocked,
  DockStateUnknown
} DOCKING_STATE;
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ne-dispmprt-docking_state)

DOCKING_STATE enumeration

Description

The DOCKING_STATE enumeration is used to describe the state of a portable computer that can be attached to a docking station.

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.