ReactOS 0.4.16-dev-937-g7afcd2a
|
#include "precomp.h"
Go to the source code of this file.
Functions | |
INT WINAPI | wWinMain (IN HINSTANCE hInstance, IN HINSTANCE hPrevInstance, IN LPWSTR pCmdLine, IN INT nCmdShow) |
INT WINAPI wWinMain | ( | IN HINSTANCE | hInstance, |
IN HINSTANCE | hPrevInstance, | ||
IN LPWSTR | pCmdLine, | ||
IN INT | nCmdShow | ||
) |
@wWinMain
Application entry point.
[in] | hInstance | Application instance. |
[in] | hPrevInstance | The previous instance of the application (not used). |
[in] | pCmdLine | Pointer to a command line argument (in wide string – not used). |
[in] | nCmdShow | An integer served as a flag to note how the application will be shown (not used). |
Definition at line 35 of file utilman.c.