Partager via


Méthode IPortClsRuntimePower ::UnregisterPowerControlCallback (portcls.h)

Le pilote de classe de port (PortCls) utilise la méthode pour annuler l’inscription UnregisterPowerControlCallback d’un rappel de contrôle d’alimentation.

Syntaxe

NTSTATUS UnregisterPowerControlCallback(
  [in] PDEVICE_OBJECT _DeviceObject
);

Paramètres

[in] _DeviceObject

Objet d’appareil.

Valeur retournée

La UnregisterPowerControlCallback méthode retourne STATUS_SUCCESS, si l’appel réussit. Sinon, il retourne le code d’erreur approprié.

Configuration requise

Condition requise Valeur
Client minimal pris en charge Windows 7
Serveur minimal pris en charge Windows Server 2003
Plateforme cible Universal
En-tête portcls.h

Voir aussi

IPortClsRuntimePower