title
Module::UnregisterObjects Method | Microsoft Docs
ms.custom
ms.date
11/04/2016
ms.reviewer
ms.suite
ms.technology
ms.tgt_pltfrm
ms.topic
reference
f1_keywords
module/Microsoft::WRL::Module::UnregisterObjects
dev_langs
helpviewer_keywords
ms.assetid
3d8119a7-991d-45e9-b8c5-ed36c0be0332
caps.latest.revision
6
author
mikeblome
ms.author
mblome
manager
ghogen
translation.priority.ht
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
ru-ru
zh-cn
zh-tw
translation.priority.mt
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);
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