Instruction Manual

OEM External Specification
OEM User’s Guide520330-001
A-60
OEM Callback API (Adapter to OEM)
Example
Dim RC As Integer
' OEMServerCallbackObject was passed in a Popup.Add or
Object.Add call
' Assume FrameworkWindow is defined elsewhere in the adapter
RC = OEMServerCallbackObject.Tile(FrameworkWindow.Left +
FrameworkWindow.Width, FrameworkWindow.Top, 200, 300)
In this example, the adapter requests that the OEM Server tile all client windows
immediately to the right of the framework window, in an area 200 pixels wide x 300
pixels high.