ReactOS 0.4.15-dev-7918-g2a2556c
NtUserCallNoParam.c
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for NtUserCallNoParam
5 * PROGRAMMERS:
6 */
7
8#include "../win32nt.h"
9
10void
12{
13 HMENU hMenu;
14
16 TEST(IsMenu(hMenu) == TRUE);
17 DestroyMenu(hMenu);
18
19}
20
21void
23{
24 HMENU hMenu;
25
27 TEST(IsMenu(hMenu) == TRUE);
28 DestroyMenu(hMenu);
29
30}
31
32void
34{
35
36}
37
38void
40{
41
42}
43
44void
46{
47
48}
49
50void
52{
53
54}
55
56void
58{
59 //DWORD dwRet;
61
62// TEST(dwRet != 0);
63
64}
65
66
68{
72
73 return APISTATUS_NORMAL;
74}
void Test_NoParamRoutine_ClearWakeMask(void)
void Test_NoParamRoutine_LoadUserApiHook(void)
void Test_NoParamRoutine_DisableProcessWindowsGhosting(void)
void Test_NoParamRoutine_CreatePopupMenu(void)
void Test_NoParamRoutine_AllowForegroundActivation(void)
void Test_NoParamRoutine_DestroyCaret(void)
void Test_NoParamRoutine_CreateMenu(void)
#define START_TEST(x)
Definition: atltest.h:75
#define TRUE
Definition: types.h:120
DWORD_PTR NTAPI NtUserCallNoParam(DWORD Routine)
Definition: simplecall.c:59
#define TEST(x)
Definition: precomp.h:20
static const CLSID *static CLSID *static const GUID VARIANT VARIANT *static IServiceProvider DWORD *static HMENU
Definition: ordinal.c:63
#define _NOPARAM_ROUTINE_LOADUSERAPIHOOK
Definition: w32knapi.h:61
#define _NOPARAM_ROUTINE_CREATEMENU
Definition: w32knapi.h:59
#define _NOPARAM_ROUTINE_CREATEMENUPOPUP
Definition: w32knapi.h:60
BOOL WINAPI IsMenu(_In_ HMENU)
BOOL WINAPI DestroyMenu(_In_ HMENU)