Accessing Adobe Reader 7.0 main menu from VFP application
HMENU GetSubMenu(
HMENU hMenu,
int nPos
);
DECLARE INTEGER GetSubMenu IN user32;
INTEGER hMenu,;
INTEGER nPos
hMenu [in] Handle to the menu.
nPos [in] Specifies the zero-based relative position in the specified menu of an item that activates a drop-down menu or submenu.
If the function succeeds, the return value is a handle to the drop-down menu or submenu activated by the menu item. If the menu item does not activate a drop-down menu or submenu, the return value is NULL.