OEM User's Guide

OEM External Specification
OEM User’s Guide520330-001
A-40
Adapter Request API (OEM to Adapter)
Popup.Clear
Use the Popup.Clear method to remove all popup menus from the EM framework. This
is particularly useful when the OEM Gateway and its clients are shutting down and non-
functioning menu items must be removed from the framework.
Parameters
None
Return Value
0 if the request was accepted by the adapter
Non-zero if the adapter cannot service the request
Considerations
The adapter should remove only popup menus added by the OEM and its clients. Popup
menus added through other mechanisms should remain within the framework.
Example
Dim Adapter As New EMAdapterClass
Dim RC As Integer
RC = Adapter.Popup.Clear
Function Popup.Clear() As Integer