IWSDScopeMatchingRule::GetScopeRule (Windows Embedded CE 6.0)

1/6/2010

This method is called to return a URI defining the implemented scope matching rule.

Syntax

HRESULT GetScopeRule(
  LPCWSTR* ppszScopeMatchingRule
);

Parameters

Return Value

The following table shows the possible error code return values.

Error code Description

S_OK

This method completed successfully.

Remarks

GetScopeRule should provide a copy of the URI for the scope matching rule this object represents. The copy will be released by the caller using WSDFreeLinkedMemory.

Requirements

Header wsdapi.h
Library wsdapi.lib
Windows Embedded CE Windows Embedded CE 6.0 R2

See Also

Reference

IWSDScopeMatchingRule
Web Services on Devices Interfaces