GetMessageObject

Returns the interface of the message object directly from its owner object.

Note:    The returning ITerraExplorerObject66 object can be either of the following:

§   ITerraExplorerMessage66 (ObjectType is OT_MESSAGE = 22)

§   IPopupMessage66 (ObjectType is OT_POPUP_MESSAGE = 32)

 

JavaScript

 

GetMessageObject()

 

C#

 

ITerraExplorerObject66 GetMessageObject()

 

C++

 

HRESULT GetMessageObject(

       ITerraExplorerObject66** pITerraExplorerObject66)

Return Value

ITerraExplorerObject66

An ITerraExplorerObject66, representing the message object.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.