Skip to content

Latest commit

 

History

History
91 lines (75 loc) · 3.19 KB

nf-wsddisco-iwsdscopematchingrule-getscoperule.md

File metadata and controls

91 lines (75 loc) · 3.19 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NF:wsddisco.IWSDScopeMatchingRule.GetScopeRule
IWSDScopeMatchingRule::GetScopeRule (wsddisco.h)
Is called to return a URI defining the implemented scope matching rule.
GetScopeRule
GetScopeRule method
GetScopeRule method
IWSDScopeMatchingRule interface
IWSDScopeMatchingRule interface
GetScopeRule method
IWSDScopeMatchingRule.GetScopeRule
IWSDScopeMatchingRule::GetScopeRule
ncd.iwsdscopematchingrule_getscoperule_method
wsddisco/IWSDScopeMatchingRule::GetScopeRule
ncd\iwsdscopematchingrule_getscoperule_method.htm
ncd
86ce14eb-555f-4575-a335-8a428cffa20d
12/05/2018
GetScopeRule, GetScopeRule method, GetScopeRule method,IWSDScopeMatchingRule interface, IWSDScopeMatchingRule interface,GetScopeRule method, IWSDScopeMatchingRule.GetScopeRule, IWSDScopeMatchingRule::GetScopeRule, ncd.iwsdscopematchingrule_getscoperule_method, wsddisco/IWSDScopeMatchingRule::GetScopeRule
wsddisco.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Wsddisco.idl
Wsdapi.dll
Windows
19H1
IWSDScopeMatchingRule::GetScopeRule
wsddisco/IWSDScopeMatchingRule::GetScopeRule
c++
APIRef
kbSyntax
COM
Wsdapi.dll
IWSDScopeMatchingRule.GetScopeRule

IWSDScopeMatchingRule::GetScopeRule

-description

Is called to return a URI defining the implemented scope matching rule.

-parameters

-param ppszScopeMatchingRule [out]

Pointer to the scope matching rule. The implementer must allocate memory using WSDAllocateLinkedMemory and the caller must release memory using WSDFreeLinkedMemory.

-returns

Possible return values include, but are not limited to, the following:

Return code Description
S_OK
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.

ppszScopeMatchingRule should never be NULL or an empty string. To register for the NULL scope matching rule, register for the RFC2396 rule as defined in WS-Discovery. Probe messages containing a NULL MatchBy value will be converted to RFC2396 before GetScopeRule is called.

-see-also

IWSDScopeMatchingRule