struttura PEP_REGISTER_DEBUGGER (pepfx.h)
La struttura PEP_REGISTER_DEBUGGER identifica un dispositivo registrato che è una risorsa di sistema principale che fornisce il trasporto del debugger.
Sintassi
typedef struct _PEP_REGISTER_DEBUGGER {
[in] PEPHANDLE DeviceHandle;
} PEP_REGISTER_DEBUGGER, *PPEP_REGISTER_DEBUGGER;
Members
[in] DeviceHandle
Valore PEPHANDLE che identifica il dispositivo. Il PEP ha fornito questo handle in risposta a una notifica di PEP_DPM_REGISTER_DEVICE precedente.
Commenti
Questa struttura viene utilizzata dalla notifica di PEP_DPM_REGISTER_DEBUGGER . Il membro DeviceHandle contiene un valore di input fornito dal framework di risparmio energia di Windows (PoFx).
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Supportato a partire da Windows 10. |
Intestazione | pepfx.h (include Pep_x.h) |