CreatorMap::activationId Data Member
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 CreatorMap::activationId Data Member.
Supports the WRL infrastructure and is not intended to be used directly from your code.
Syntax
union {
const IID* clsid;
const wchar_t* (*getRuntimeName)();
} activationId;
Parameters
clsid
An interface ID.
getRuntimeName
A function that retrieves the Windows runtime name of an object.
Remarks
Represents an object ID that is identified either by a classic COM class ID or a Windows runtime name.
Requirements
Header: module.h
Namespace: Microsoft::WRL::Details