Gets the menu handle for the menu resource contained in the list resource.

Syntax

MENU_HANDLE AL_GetMenuHandle(
  LIST_HANDLE list
);

Parameters

list
[in] List handle

Return value

Menu handle for the menu resource contained in the list resource.

Remarks

To manipulate the menu item on the list display screen with the menu display functions, specify the menu handle obtained by this function.

Requirements

Header file:
lib.h
AdvancedMenu.h
Library file:
libAdvancedMenu.a
libSTARTUPOPH5000.a

See also

Last updated: 2020/10/04