|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include "precomp.h"
Go to the source code of this file.
Macros | |
| #define | CLASSNAME L"user32_apitest_menuui" |
| #define | MENUID_100 100 |
| #define | MENUID_101 101 |
| #define | MENUID_200 200 |
| #define | MENUID_201 201 |
Functions | |
| static HMENU | CreateMyMenuBarMenu (VOID) |
| static HMENU | CreateMyPopupMenu (BOOL bShift) |
| static VOID | OnContextMenu (HWND hwnd, HMENU hMenu, UINT uFlags) |
| static VOID | OnCommand (HWND hwnd, UINT nID) |
| static LRESULT CALLBACK | WindowProc (HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam) |
| INT WINAPI | wWinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, INT nCmdShow) |
| #define CLASSNAME L"user32_apitest_menuui" |
Definition at line 10 of file user32_apitest_menuui.c.
| #define MENUID_100 100 |
Definition at line 12 of file user32_apitest_menuui.c.
| #define MENUID_101 101 |
Definition at line 13 of file user32_apitest_menuui.c.
| #define MENUID_200 200 |
Definition at line 14 of file user32_apitest_menuui.c.
| #define MENUID_201 201 |
Definition at line 15 of file user32_apitest_menuui.c.
Definition at line 18 of file user32_apitest_menuui.c.
Referenced by wWinMain().
Definition at line 30 of file user32_apitest_menuui.c.
Referenced by CreateMyPopupMenu(), and WindowProc().
Definition at line 63 of file user32_apitest_menuui.c.
Referenced by WindowProc().
Definition at line 50 of file user32_apitest_menuui.c.
Referenced by WindowProc().
Definition at line 70 of file user32_apitest_menuui.c.
Referenced by wWinMain().
| INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPWSTR | lpCmdLine, | ||
| INT | nCmdShow | ||
| ) |
Definition at line 101 of file user32_apitest_menuui.c.