GetEventClassName
Returns the class name for an event.
Syntax
virtual HRESULT TCOMAPI GetEventClassName (GUID eventClass, DINT nLangId, ITcAsyncStringResult pipResult)
Parameter
Name | Type | Description |
---|---|---|
eventClass | REFERENCE TO GUID | Reference to the GUID of the event class. |
nLangId | DINT | Language ID (LCID) of the requested language. |
pipResult | POINTER TO ITcAsyncStringResult | Reference to an ITcAsyncStringResult pointer. |
Return value
Type | Description |
---|---|
HRESULT | Returns S_OK if the method call was successful, otherwise an HRESULT as the error code. |