|
ReactOS 0.4.17-dev-650-gd0e71de
|
#include <windef.h>#include <winbase.h>#include <winuser.h>#include <ndk/iotypes.h>#include <ndk/ketypes.h>#include <ndk/kdtypes.h>#include "resource.h"
Go to the source code of this file.
Macros | |
| #define | WIN32_NO_STATUS |
| #define | NTOS_MODE_USER |
Functions | |
| INT_PTR CALLBACK | AboutDlgProc (_In_ HWND hDlg, _In_ UINT uMsg, _In_ WPARAM wParam, _In_ LPARAM lParam) |
| int APIENTRY | wWinMain (_In_ HINSTANCE hInstance, _In_ HINSTANCE hPrevInstance, _In_ LPWSTR lpCmdLine, _In_ int nCmdShow) |
| #define NTOS_MODE_USER |
Definition at line 13 of file dialog_initvisible.c.
| #define WIN32_NO_STATUS |
Definition at line 8 of file dialog_initvisible.c.
| INT_PTR CALLBACK AboutDlgProc | ( | _In_ HWND | hDlg, |
| _In_ UINT | uMsg, | ||
| _In_ WPARAM | wParam, | ||
| _In_ LPARAM | lParam | ||
| ) |
Definition at line 21 of file dialog_initvisible.c.
Referenced by wWinMain().
| int APIENTRY wWinMain | ( | _In_ HINSTANCE | hInstance, |
| _In_ HINSTANCE | hPrevInstance, | ||
| _In_ LPWSTR | lpCmdLine, | ||
| _In_ int | nCmdShow | ||
| ) |
Definition at line 55 of file dialog_initvisible.c.