OEM User's Guide
OEM External Specification
OEM User’s Guide—520330-001
A-59
OEM Callback API (Adapter to OEM)
Tile
The Tile method is used to allow the EM framework to tile all client application
windows.
Parameters
Left (input)
is the left position of the area in which client windows are to be tiled.
Top (input)
is the top position of the area in which client windows are to be tiled.
Width (input)
is the width of the area in which client windows are to be tiled.
Height (input)
is the height of the area in which client windows are to be tiled.
Return Value
•
0 if the OEM Server has accepted and handled the message
•
Non-zero if the OEM Server cannot or will not process the message
Considerations
When this method is called, the OEM Server uses each client callback object’s Move,
Height, and Width methods to tile client application windows.
The OEM Gateway returns 0 if it has accepted the command and non-zero if it has not.
If a non-zero value is returned, the adapter is not required to do anything. However, it
might choose to perform some sort of error processing if necessary.
Function Tile(Left As Single, Top As Single, Width As Single,
Height As Single) As Integer