LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
void DrawRandRect(HWND);
int cxClient,cyClient;
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
)
LRESULT CALLBACK WndProc(HWND,UINT,WPARAM,LPARAM);
void DrawRandRect(HWND);
int cxClient,cyClient;
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
)