IPortClsPower::UnregisterAdapterPowerManagement 메서드(portcls.h)

메서드는 UnregisterAdapterPowerManagement PortCls를 사용하여 어댑터의 전원 관리 인터페이스를 등록 취소합니다.

구문

NTSTATUS UnregisterAdapterPowerManagement(
  [in] PDEVICE_OBJECT _DeviceObject
);

매개 변수

[in] _DeviceObject

어댑터의 기능 디바이스 개체를 나타내는 DEVICE_OBJECT 구조체에 대한 포인터를 지정합니다.

반환 값

메서드는 UnregisterAdapterPowerManagement 호출이 성공하면 STATUS_SUCCESS 반환합니다. 그렇지 않으면 적절한 오류 코드를 반환합니다.

설명

메서드는 UnregisterAdapterPowerManagementIPortClsPower::RegisterAdapterPowerManagement 메서드에 의해 등록된 어댑터의 전원 관리 인터페이스를 등록 취소합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows 7 이상 버전의 Windwows에서 사용할 수 있습니다.
대상 플랫폼 유니버설
헤더 portcls.h(Portcls.h 포함)
IRQL PASSIVE_LEVEL.

추가 정보

DEVICE_OBJECT

IPortClsPower

IPortClsPower::RegisterAdapterPowerManagement