Module::UnregisterObjects Method
Visual Studio 2015
The new home for Visual Studio documentation is Visual Studio 2017 Documentation on docs.microsoft.com.
The latest version of this topic can be found at Module::UnregisterObjects Method.
Unregisters the objects in the specified module so that other applications cannot connect to them.
HRESULT UnregisterObjects( ModuleBase* module, const wchar_t* serverName);
Parameters
module
Pointer to a module.
serverName
A qualifying name that specifies a subset of objects affected by this operation.
S_OK if this operation is successful; otherwise, an error HRESULT that indicates the reason this operation failed.
Header: module.h
Namespace: Microsoft::WRL
Module Class
Show: