Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Latest commit

 

History

History
50 lines (34 loc) · 1.2 KB

terminatemap-function.md

File metadata and controls

50 lines (34 loc) · 1.2 KB
description title ms.date ms.topic f1_keywords helpviewer_keywords ms.assetid
Learn more about: TerminateMap Function
TerminateMap Function
11/04/2016
reference
module/Microsoft::WRL::Details::TerminateMap
TerminateMap function
1c314a61-da5d-49bb-ac44-c34ee3c23b66

TerminateMap Function

Supports the WRL infrastructure and is not intended to be used directly from your code.

Syntax

inline bool TerminateMap(
   _In_ ModuleBase *module,
   _In_opt_z_ const wchar_t *serverName,
    bool forceTerminate) throw()

Parameters

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.

Return Value

true if all class factories were terminated; otherwise, false.

Remarks

Shuts down the class factories in the specified module.

Requirements

Header: module.h

Namespace: Microsoft::WRL::Details

See also

Microsoft::WRL::Details Namespace