RuntimeClass::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 RuntimeClass::GetRuntimeClassName Method.
Gets the runtime class name of the current RuntimeClass object.
STDMETHOD( GetRuntimeClassName )(_Out_ HSTRING* runtimeName);
runtimeName
When this operation completes, the runtime class name.
S_OK if successful; otherwise, an HRESULT that indicates the error.
An assert error is emitted if __WRL_STRICT__or __WRL_FORCE_INSPECTABLE_CLASS_MACRO__ isn't defined.
Header: implements.h
Namespace: Microsoft::WRL
Show: