IRunnableObjectImpl::GetRunningClass

Returns the CLSID of the running control.

HRESULT GetRunningClass(
   LPCLSID lpClsid 
);

Return Value

The ATL implementation sets *lpClsid to GUID_NULL and returns E_UNEXPECTED.

Remarks

See IRunnableObject::GetRunningClass in the Windows SDK.

Requirements

Header: atlctl.h

See Also

Reference

IRunnableObjectImpl Class

Other Resources

IRunnableObjectImpl Members