ActivationFactory::GetRuntimeClassName Method
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 ActivationFactory::GetRuntimeClassName Method.
Gets the runtime class name of the object that the current ActivationFactory instantiates.
STDMETHOD( GetRuntimeClassName )(_Out_ HSTRING* runtimeName);
Parameters
runtimeName
When this operation completes, a handle to a string that contains the runtime class name of the object that the current ActivationFactory instantiates.
S_OK if successful; otherwise, an HRESULT that describes the failure.
Header: module.h
Namespace: Microsoft::WRL
Show: