|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <windows.h>#include <stdio.h>#include <string.h>
Go to the source code of this file.
Functions | |
| LRESULT WINAPI | MainWndProc (HWND, UINT, WPARAM, LPARAM) |
| int WINAPI | WinMain (HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow) |
Variables | |
| HENHMETAFILE | EnhMetafile |
| SIZE | EnhMetafileSize |
Definition at line 89 of file enhmetafile.c.
Referenced by WinMain().
| int WINAPI WinMain | ( | HINSTANCE | hInstance, |
| HINSTANCE | hPrevInstance, | ||
| LPSTR | lpszCmdLine, | ||
| int | nCmdShow | ||
| ) |
Definition at line 11 of file enhmetafile.c.
| HENHMETAFILE EnhMetafile |
Definition at line 6 of file enhmetafile.c.
Referenced by MainWndProc(), and WinMain().
| SIZE EnhMetafileSize |
Definition at line 7 of file enhmetafile.c.
Referenced by MainWndProc(), and WinMain().