Instruction Manual

OEM External Specification
OEM User’s Guide520330-001
A-54
OEM Callback API (Adapter to OEM)
Example
Dim RC As Integer
' OEMServerCallbackObject was passed in a Popup.Add or
Object.Add call
RC = OEMServerCallbackObject.Command('\East\CPU', '3', 'State')
In this example, the caption “State” is passed back to the OEM Server for object
“\East\CPU\3.” The “State” popup menu was originally added by the client using the
Popup.Add method.