Share via


CreatorMap::activationId Data Member

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

See Also

Reference

CreatorMap Structure

Microsoft::WRL::Details Namespace