IWSDScopeMatchingRule::GetScopeRule (Compact 2013)
3/26/2014
This method is called to return a URI defining the implemented scope matching rule.
Syntax
HRESULT GetScopeRule(
LPCWSTR* ppszScopeMatchingRule
);
Parameters
- ppszScopeMatchingRule
[out] Pointer to the scope matching rule. The implementor must allocate memory using WSDAllocateLinkedMemory and the caller must release memory using WSDFreeLinkedMemory.
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 |