OnTerraExplorerMessage

TerraExplorer can notify the client when a message object is about to be triggered. The client can then either handle the message itself or let TerraExplorer handle it.

The value returned in SourceObjectID determines how the TEMessageID is interpreted.

 

HRESULT OnTerraExplorerMessage(

[in] BSTR TEMessageID,

[in] BSTR SourceObjectID,

[in, out] VARIANTARG *pbHandled)

Parameters:

Remarks:

See:Handling TerraExplorer events”.