FactoryCache Structure
Visual Studio 2015
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 FactoryCache Structure.
Supports the Windows Runtime C++ Template Library infrastructure and is not intended to be used directly from your code.
struct FactoryCache;
Contains the location of a class factory and a value that identifies a registered wrt or COM class object.
Public Data Members
| Name | Description |
|---|---|
| FactoryCache::cookie Data Member | Contains a value that identifies a registered Windows Runtime or COM class object, and is later used to unregister the object. |
| FactoryCache::factory Data Member | Points to a Windows Runtime or COM class factory. |
FactoryCache
Header: module.h
Namespace: Microsoft::WRL::Details
Show: