PEP_DEVICE_STARTED structure (pep_x.h)
La structure PEP_DEVICE_STARTED identifie un appareil dont le pilote a terminé son inscription auprès de l’infrastructure de gestion de l’alimentation Windows (PoFx).
Syntaxe
typedef struct _PEP_DEVICE_STARTED {
[in] PEPHANDLE DeviceHandle;
} PEP_DEVICE_STARTED, *PPEP_DEVICE_STARTED;
Membres
[in] DeviceHandle
Valeur PEPHANDLE qui identifie l’appareil. Le pep a fourni ce handle en réponse à une notification PEP_DPM_REGISTER_DEVICE précédente.
Remarques
Cette structure est utilisée par la notification PEP_DPM_DEVICE_STARTED . Le membre DeviceHandle de cette structure contient une valeur d’entrée fournie par PoFx.
Configuration requise
Condition requise | Valeur |
---|---|
Client minimal pris en charge | Pris en charge à partir de Windows 10. |
En-tête | pep_x.h (include Pep_x.h) |