다음을 통해 공유


IUpdateServiceManager2::QueryServiceRegistration 메서드(wuapi.h)

IUpdateServiceRegistration 인터페이스에 대한 포인터를 반환합니다.

구문

HRESULT QueryServiceRegistration(
  [in]  BSTR                       serviceID,
  [out] IUpdateServiceRegistration **retval
);

매개 변수

[in] serviceID

등록할 서비스의 식별자입니다.

[out] retval

추가된 서비스를 나타내는 IUpdateServiceRegistration 인터페이스에 대한 포인터입니다.

반환 값

성공하면 S_OK 반환합니다. 그렇지 않으면 COM 또는 Windows 오류 코드를 반환합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows XP, Windows 2000 Professional SP3 [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2003, Windows 2000 Server SP3 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 wuapi.h
라이브러리 Wuguid.lib
DLL Wuapi.dll

추가 정보

IUpdateServiceManager2