C-DEngine 5.105

IBaseEngine..::..ProcessMessage Method (TSM)

Quick shortcut for the plugin-service or the application host to process a TSM localy. The Topic parameter of the TheProcessMessage will be automatically set to the ENG parameter of the TSM If the application is scoped, the message will be automatically scoped with the internal ScopeID

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


void ProcessMessage(
	TSM pMessage
)
Sub ProcessMessage ( _
	pMessage As TSM _
)
void ProcessMessage(
	TSM^ pMessage
)

Parameters

pMessage
Type: nsCDEngine.BaseClasses..::..TSM
TSM to be processed by the plugin-service.