Entry point for the SUNENGINE application. More...
#include "SUNENGINEAttorney.h"
| Functions | |
| int WINAPI | WinMain (_In_ HINSTANCE, _In_opt_ HINSTANCE, _In_ LPSTR, _In_ int) | 
| Entry point for the application. | |
Entry point for the SUNENGINE application.
This file contains the entry point for the SUNENGINE application. It initializes and runs the engine.
| int WINAPI WinMain | ( | _In_ | HINSTANCE, | 
| _In_opt_ | HINSTANCE, | ||
| _In_ | LPSTR, | ||
| _In_ int | ) | 
Entry point for the application.
| hInstance | Handle to the current instance of the application. | 
| hPrevInstance | Handle to the previous instance of the application (always NULL). | 
| lpCmdLine | Command line for the application. | 
| nCmdShow | Controls how the window is to be shown. |