ReactOS 0.4.15-dev-7842-g558ab78
NtUserCallHwndParam.c File Reference
#include "../win32nt.h"
Include dependency graph for NtUserCallHwndParam.c:

Go to the source code of this file.

Functions

void Test_HwndParamRoutine_SetWindowContextHelpId (HWND hWnd)
 
 START_TEST (NtUserCallHwndParam)
 

Function Documentation

◆ START_TEST()

START_TEST ( NtUserCallHwndParam  )

Definition at line 17 of file NtUserCallHwndParam.c.

18{
19 HWND hWnd;
20
21 hWnd = CreateWindowA("BUTTON",
22 "Test",
24 0,
25 0,
26 50,
27 30,
28 NULL,
29 NULL,
31 0);
32 ASSERT(hWnd);
33
35
37}
HINSTANCE g_hInstance
Definition: MainWindow.cpp:18
void Test_HwndParamRoutine_SetWindowContextHelpId(HWND hWnd)
HWND hWnd
Definition: settings.c:17
#define NULL
Definition: types.h:112
#define ASSERT(a)
Definition: mode.c:44
#define WS_VISIBLE
Definition: pedump.c:620
#define BS_PUSHBUTTON
Definition: pedump.c:651
#define CreateWindowA(a, b, c, d, e, f, g, h, i, j, k)
Definition: winuser.h:4315
BOOL WINAPI DestroyWindow(_In_ HWND)

◆ Test_HwndParamRoutine_SetWindowContextHelpId()

void Test_HwndParamRoutine_SetWindowContextHelpId ( HWND  hWnd)

Definition at line 11 of file NtUserCallHwndParam.c.

12{
15}
#define TRUE
Definition: types.h:120
@ HWND_ROUTINE_GETWNDCONTEXTHLPID
Definition: ntuser.h:1614
DWORD NTAPI NtUserCallHwnd(HWND hWnd, DWORD Routine)
Definition: simplecall.c:711
DWORD NTAPI NtUserCallHwndParam(HWND hWnd, DWORD_PTR Param, DWORD Routine)
Definition: simplecall.c:767
#define TEST(x)
Definition: precomp.h:20
#define _HWNDPARAM_ROUTINE_SETWNDCONTEXTHLPID
Definition: w32knapi.h:67

Referenced by START_TEST().