mirror of
https://github.com/reactos/reactos.git
synced 2025-06-16 19:48:44 +00:00
IntIsMenu() removed - use UserGetMenuObject() instead
svn path=/trunk/; revision=41749
This commit is contained in:
parent
6f56231f21
commit
f71dce8c39
2 changed files with 0 additions and 17 deletions
|
@ -77,9 +77,6 @@ IntSetMenuContextHelpId(PMENU_OBJECT MenuObject, DWORD dwContextHelpId);
|
||||||
BOOL FASTCALL
|
BOOL FASTCALL
|
||||||
IntGetMenuInfo(PMENU_OBJECT MenuObject, PROSMENUINFO lpmi);
|
IntGetMenuInfo(PMENU_OBJECT MenuObject, PROSMENUINFO lpmi);
|
||||||
|
|
||||||
BOOL FASTCALL
|
|
||||||
IntIsMenu(HMENU hMenu);
|
|
||||||
|
|
||||||
BOOL FASTCALL
|
BOOL FASTCALL
|
||||||
IntSetMenuInfo(PMENU_OBJECT MenuObject, PROSMENUINFO lpmi);
|
IntSetMenuInfo(PMENU_OBJECT MenuObject, PROSMENUINFO lpmi);
|
||||||
|
|
||||||
|
|
|
@ -502,20 +502,6 @@ IntGetMenuInfo(PMENU_OBJECT Menu, PROSMENUINFO lpmi)
|
||||||
return TRUE;
|
return TRUE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
BOOL FASTCALL
|
|
||||||
IntIsMenu(HMENU hMenu)
|
|
||||||
{
|
|
||||||
PMENU_OBJECT Menu;
|
|
||||||
|
|
||||||
if((Menu = UserGetMenuObject(hMenu)))
|
|
||||||
{
|
|
||||||
return TRUE;
|
|
||||||
}
|
|
||||||
return FALSE;
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
BOOL FASTCALL
|
BOOL FASTCALL
|
||||||
IntSetMenuInfo(PMENU_OBJECT Menu, PROSMENUINFO lpmi)
|
IntSetMenuInfo(PMENU_OBJECT Menu, PROSMENUINFO lpmi)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue