Instruction Manual

OEM External Specification
OEM User’s Guide520330-001
A-32
Client Callback API (OEM to Client Application)
WindowCaption
The WindowCaption method returns the caption of the client application’s display
window.
Parameters
None
Return Value
The window caption of the client application’s display window.
Considerations
This method is used by the OEM Gateway, EM framework, or both to assist users in
navigating to the correct client application.
The client application determines which window’s caption is returned. It might be the
main window for the application, or it might be a subordinate window that is responsible
for displaying information relevant to the framework or callback object.
Example
Dim ThisCaption As String
' ClientCallbackObject was passed in a Popup.Add or Object.Add
call
ThisCaption = ClientCallbackObject.WindowCaption
Function WindowCaption() As String