ITcEventLogger_GetText

This method returns the text of an event.

Syntax

public virtual string ITcEventLogger_GetText(System.Guid EventClass, uint EventId, uint objectId, TcEventLoggerAdsProxyLib.TcEventArgumentsInfo pArgInfo, System.IntPtr pArgData, int nLangId)

Parameter

Name

Type

Description

EventClass

System.Guid

GUID of the event class.

EventId

uint

ID of the event

objectId

uint

pArgInfo

TcEventLoggerAdsProxyLib.TcEventArgumentsInfo

pArgData

System.IntPtr

langId

int

LangID in which the name is to be returned.

Return value

Name

Type

Description

ITcEventLogger_GetText

string

Text of the event.