Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 1.35 KB

File metadata and controls

65 lines (57 loc) · 1.35 KB
title Module::UnregisterObjects Method | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic reference
f1_keywords
module/Microsoft::WRL::Module::UnregisterObjects
dev_langs
C++
helpviewer_keywords
UnregisterObjects method
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
cs-cz
pl-pl
pt-br
tr-tr

Module::UnregisterObjects Method

Unregisters the objects in the specified module so that other applications cannot connect to them.

Syntax

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.

Return Value

S_OK if this operation is successful; otherwise, an error HRESULT that indicates the reason this operation failed.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class