IWSDiscoveryPublisher::UnRegisterScopeMatchingRule 메서드(wsddisco.h)

사용자 지정 scope 일치 규칙에 대한 지원을 제거합니다.

구문

HRESULT UnRegisterScopeMatchingRule(
  [in] IWSDScopeMatchingRule *pScopeMatchingRule
);

매개 변수

[in] pScopeMatchingRule

사용자 지정 scope 일치 규칙을 나타내는 IWSDScopeMatchingRule 개체에 대한 포인터입니다.

반환 값

가능한 반환 값에는 다음이 포함되지만 이에 국한되지는 않습니다.

반환 코드 Description
S_OK
메서드가 완료되었습니다.
E_INVALIDARG
pScopeMatchingRuleNULL입니다.

설명

UnRegisterScopeMatchingRule은 이전에 연결된 사용자 지정 scope 일치 규칙을 제거합니다.

요구 사항

요구 사항
지원되는 최소 클라이언트 Windows Vista [데스크톱 앱만 해당]
지원되는 최소 서버 Windows Server 2008 [데스크톱 앱만 해당]
대상 플랫폼 Windows
헤더 wsddisco.h(Wsdapi.h 포함)
DLL Wsdapi.dll

추가 정보

IWSDiscoveryPublisher