API


WinMain?の構文

int WINAPI WinMain?(

   HINSTANCE hInstance,	// handle to current instance
   HINSTANCE hPrevInstance,    // handle to previous instance
   LPSTR lpCmdLine,            // pointer to command line
   int nCmdShow                // show state of window

);

WinMain? の戻り値 = int型