Go to the source code of this file.
◆ START_TEST()
Definition at line 67 of file NtUserCallNoParam.c.
68{
72
73 return APISTATUS_NORMAL;
74}
void Test_NoParamRoutine_LoadUserApiHook(void)
void Test_NoParamRoutine_CreatePopupMenu(void)
void Test_NoParamRoutine_CreateMenu(void)
◆ Test_NoParamRoutine_AllowForegroundActivation()
void Test_NoParamRoutine_AllowForegroundActivation |
( |
void |
| ) |
|
◆ Test_NoParamRoutine_ClearWakeMask()
void Test_NoParamRoutine_ClearWakeMask |
( |
void |
| ) |
|
◆ Test_NoParamRoutine_CreateMenu()
void Test_NoParamRoutine_CreateMenu |
( |
void |
| ) |
|
Definition at line 11 of file NtUserCallNoParam.c.
12{
14
18
19}
DWORD_PTR NTAPI NtUserCallNoParam(DWORD Routine)
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
#define _NOPARAM_ROUTINE_CREATEMENU
BOOL WINAPI IsMenu(_In_ HMENU)
BOOL WINAPI DestroyMenu(_In_ HMENU)
Referenced by START_TEST().
◆ Test_NoParamRoutine_CreatePopupMenu()
void Test_NoParamRoutine_CreatePopupMenu |
( |
void |
| ) |
|
◆ Test_NoParamRoutine_DestroyCaret()
void Test_NoParamRoutine_DestroyCaret |
( |
void |
| ) |
|
◆ Test_NoParamRoutine_DisableProcessWindowsGhosting()
void Test_NoParamRoutine_DisableProcessWindowsGhosting |
( |
void |
| ) |
|
◆ Test_NoParamRoutine_LoadUserApiHook()
void Test_NoParamRoutine_LoadUserApiHook |
( |
void |
| ) |
|