HRESULT GetUserType( DWORD dwFormOfType, LPOLESTR* pszUserType );
See IOleObject::GetUserType in the Win32 SDK.
Remarks
Returns the control's user-type name by calling OleRegGetUserType. The user-type name is used for display in user-interfaces elements such as menus and dialog boxes. You can change the user-type name in your project's .rgs file.
IOleObjectImpl Overview | Class Members
See Also OleRegGetUserType, IOleObjectImpl::GetUserClassID, IOleObjectImpl::GetMiscStatus, IOleObjectImpl::EnumVerbs