Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Supports the WRL infrastructure and is not intended to be used directly from your code.
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