GetMessageObject

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

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

§   ITerraExplorerMessage80 (ObjectType is OT_MESSAGE = 22)

§   IPopupMessage80 (ObjectType is OT_POPUP_MESSAGE = 32)

 

JavaScript

 

GetMessageObject()

 

C#

 

ITerraExplorerObject80 GetMessageObject()

 

C++

 

HRESULT GetMessageObject(

       ITerraExplorerObject80** pITerraExplorerObject80)

Return Value

ITerraExplorerObject80

An ITerraExplorerObject80, representing the message object.

Exceptions

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