IExchExtCallback::GetMenu
Returns the menu handle for the current Microsoft Exchange window.
Quick Info
See IExchExtCallback : IUnknown.
HRESULT GetMenu(
HMENU FAR * lphMenu
);
Parameters
-
lphMenu
-
[out] Pointer to the Microsoft Exchange menu handle.
Return Values
-
S_OK
-
The lphMenu parameter returned a non-null HMENU.
-
S_FALSE
-
The lphMenu parameter returned a NULL HMENU.
-
E_INVALIDARG
-
The lphMenu parameter is NULL or no HWND is associated with the context where the extension is installed.