description | title | ms.date | ms.topic | f1_keywords | helpviewer_keywords | ms.assetid | ||
---|---|---|---|---|---|---|---|---|
Learn more about: TerminateMap Function |
TerminateMap Function |
11/04/2016 |
reference |
|
|
1c314a61-da5d-49bb-ac44-c34ee3c23b66 |
Supports the WRL infrastructure and is not intended to be used directly from your code.
inline bool TerminateMap(
_In_ ModuleBase *module,
_In_opt_z_ const wchar_t *serverName,
bool forceTerminate) throw()
module
A module.
serverName
The name of a subset of class factories in the module specified by parameter module.
forceTerminate
true
to terminate the class factories regardless of they are active; false
to not terminate the class factories if any factory is active.
true
if all class factories were terminated; otherwise, false
.
Shuts down the class factories in the specified module.
Header: module.h
Namespace: Microsoft::WRL::Details