|
|
От: | Privalov | |
| Дата: | 28.08.06 05:01 | ||
| Оценка: | |||
The WinMain function is the conventional name for the user-provided entry point for a Microsoft Windows-based application.
Syntax
int WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpCmdLine, int nCmdShow );
Parameters
hInstance
[in] Handle to the current instance of the application.