IPortClsPower::UnregisterAdapterPowerManagement メソッド (portcls.h)
メソッドは UnregisterAdapterPowerManagement
、アダプターの電源管理インターフェイスを PortCls に登録解除します。
構文
NTSTATUS UnregisterAdapterPowerManagement(
[in] PDEVICE_OBJECT _DeviceObject
);
パラメーター
[in] _DeviceObject
アダプターの機能デバイス オブジェクトを表す DEVICE_OBJECT 構造体へのポインターを指定します。
戻り値
メソッドは UnregisterAdapterPowerManagement
、呼び出しが成功した場合にSTATUS_SUCCESSを返します。 それ以外の場合は、適切なエラー コードが返されます。
注釈
メソッドは UnregisterAdapterPowerManagement
、 IPortClsPower::RegisterAdapterPowerManagement メソッドによって登録されたアダプターの電源管理インターフェイスの登録を解除します。
要件
要件 | 値 |
---|---|
サポートされている最小のクライアント | Windows 7 以降のバージョンの Windwows で使用できます。 |
対象プラットフォーム | ユニバーサル |
Header | portcls.h (Portcls.h を含む) |
IRQL | PASSIVE_LEVEL。 |