IWdsTransportSetupManager::DeregisterContentProvider method (wdstptmgmt.h)
Enables an application run on a client computer to deregister a content provider. This makes the provider no longer available for use by the WDS transport server.
Syntax
HRESULT DeregisterContentProvider(
[in] BSTR bszName
);
Parameters
[in] bszName
The name of the content provider to be deregistered.
Return value
Standard HRESULT error values are used: S_OK for success; others for failure.
Requirements
Minimum supported client | None supported |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | wdstptmgmt.h |
DLL | Wdstptmgmt.dll |