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