###User Defined Function###
_GUICtrlMenu_LoadMenu

###Description###
Loads the specified menu resource from the executable file associated with an application instance

###Syntax###
#include <GuiMenu.au3>
_GUICtrlMenu_LoadMenu ( $hInst, $sMenuName )


###Parameters###
@@ParamTable@@
$hInst
	Handle to the module containing the menu resource to be loaded
$sMenuName
	String that contains the name of the menu resource.
	Alternatively, this parameter can consist of the resource identifier in the low order word and 0 in the high order word.
@@End@@

###ReturnValue###
@@ReturnTable@@
Success:	the handle to the menu resource.
Failure:	0.
@@End@@


###Remarks###
None.


###Related###


###See Also###
@@MsdnLink@@ LoadMenu
