OEM User's Guide
OEM External Specification
OEM User’s Guide—520330-001
A-56
OEM Callback API (Adapter to OEM)
Example
Dim RC As Integer
' OEMServerCallbackObject was passed in a Popup.Add or
Object.Add call
RC = OEMServerCallbackObject.ClientMessage('MyClientName',
'Custom Framework Message')
In this example, the message “Custom Framework Message” is passed back to the OEM
Server and then on to the client corresponding to “MyClientName.”