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.
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.
Return Value
S_OK if successful; otherwise, an HRESULT that describes the failure.
Requirements
Header: module.h
Namespace: Microsoft::WRL