Skip to content

Latest commit

 

History

History
100 lines (84 loc) · 2.95 KB

nf-wsddisco-iwsdiscoverypublisher-unregisterscopematchingrule.md

File metadata and controls

100 lines (84 loc) · 2.95 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.IWSDiscoveryPublisher.UnRegisterScopeMatchingRule
IWSDiscoveryPublisher::UnRegisterScopeMatchingRule (wsddisco.h)
Removes support for a custom scope matching rule.
IWSDiscoveryPublisher interface
UnRegisterScopeMatchingRule method
IWSDiscoveryPublisher.UnRegisterScopeMatchingRule
IWSDiscoveryPublisher::UnRegisterScopeMatchingRule
UnRegisterScopeMatchingRule
UnRegisterScopeMatchingRule method
UnRegisterScopeMatchingRule method
IWSDiscoveryPublisher interface
ncd.iwsdiscoverypublisher_unregisterscopematchingrule_method
wsddisco/IWSDiscoveryPublisher::UnRegisterScopeMatchingRule
ncd\iwsdiscoverypublisher_unregisterscopematchingrule_method.htm
ncd
82af2ea1-8415-45f7-ab05-805a66689482
12/05/2018
IWSDiscoveryPublisher interface,UnRegisterScopeMatchingRule method, IWSDiscoveryPublisher.UnRegisterScopeMatchingRule, IWSDiscoveryPublisher::UnRegisterScopeMatchingRule, UnRegisterScopeMatchingRule, UnRegisterScopeMatchingRule method, UnRegisterScopeMatchingRule method,IWSDiscoveryPublisher interface, ncd.iwsdiscoverypublisher_unregisterscopematchingrule_method, wsddisco/IWSDiscoveryPublisher::UnRegisterScopeMatchingRule
wsddisco.h
Wsdapi.h
Windows
Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Wsddisco.idl
Wsdapi.dll
Windows
19H1
IWSDiscoveryPublisher::UnRegisterScopeMatchingRule
wsddisco/IWSDiscoveryPublisher::UnRegisterScopeMatchingRule
c++
APIRef
kbSyntax
COM
Wsdapi.dll
IWSDiscoveryPublisher.UnRegisterScopeMatchingRule

IWSDiscoveryPublisher::UnRegisterScopeMatchingRule

-description

Removes support for a custom scope matching rule.

-parameters

-param pScopeMatchingRule [in]

Pointer to an IWSDScopeMatchingRule object that represents a custom scope matching rule.

-returns

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

Return code Description
S_OK
The method completed successfully.
E_INVALIDARG
pScopeMatchingRule is NULL.

-remarks

UnRegisterScopeMatchingRule removes a previously associated custom scope matching rule.

-see-also

IWSDiscoveryPublisher