enumerazione DOCKING_STATE (dispmprt.h)

L'enumerazione DOCKING_STATE viene usata per descrivere lo stato di un computer portatile che può essere collegato a una stazione di ancoraggio.

Sintassi

typedef enum {
  DockStateUnsupported,
  DockStateUnDocked,
  DockStateDocked,
  DockStateUnknown
} DOCKING_STATE;

Costanti

 
DockStateUnsupported
Indica che il computer portatile non supporta l'ancoraggio.
DockStateUnDocked
Indica che il computer portatile non è ancorato.
DockStateDocked
Indica che il computer portatile è ancorato.
DockStateUnknown
Indica che lo stato di ancoraggio del computer portatile non è noto.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista
Intestazione dispmprt.h (include Dispmprt.h)