목록윈도우즈 API 정복 (1)
embelog
Chapter12. ParentCenter 과제
#include #include "resource.h" HINSTANCE g_hInst; LPCTSTR lpszClass = TEXT("Chapter12"); LRESULT CALLBACK WndProc( HWND hWnd, UINT iMessage, WPARAM wParam, LPARAM lParam ); BOOL CALLBACK DialogProc( HWND hDlg, UINT iMessage, WPARAM wParam, LPARAM lParam ); void MoveToParentCenter(HWND hDlg); int APIENTRY WinMain( HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdParam, int nCmdShow ) { ..
윈도우즈 API 정복
2021. 7. 26. 04:56