Module::Terminate Method

 

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::Terminate Method.

Causes all factories instantiated by the module to shut down.

Syntax

void Terminate();  

Remarks

Releases the factories in the cache.

Requirements

Header: module.h

Namespace: Microsoft::WRL

See Also

Module Class