Condividi tramite


PHYSICAL_MONITOR struttura (physicalmonitorenumerationapi.h)

Contiene un handle e una descrizione di testo corrispondente a un monitoraggio fisico.

Sintassi

typedef struct _PHYSICAL_MONITOR {
  HANDLE hPhysicalMonitor;
  WCHAR  szPhysicalMonitorDescription[PHYSICAL_MONITOR_DESCRIPTION_SIZE];
} PHYSICAL_MONITOR, *LPPHYSICAL_MONITOR;

Members

hPhysicalMonitor

Gestire il monitoraggio fisico.

szPhysicalMonitorDescription[PHYSICAL_MONITOR_DESCRIPTION_SIZE]

Descrizione del testo del monitoraggio fisico.

Commenti

Una descrizione del monitoraggio fisico è sempre una matrice di 128 caratteri.

Requisiti

Requisito Valore
Client minimo supportato Windows Vista [solo app desktop]
Server minimo supportato Windows Server 2008 [solo app desktop]
Intestazione physicalmonitorenumerationapi.h

Vedi anche

GetPhysicalMonitorsFromHMONITOR

GetPhysicalMonitorsFromIDirect3DDevice9

Monitorare le strutture di configurazione