The WINDOWPOS data structure has the following form: typedef struct tagWINDOWPOS { /* wp */ HWND hwnd; HWND hwndInsertAfter; int x; int y; int cx; int cy; UINT ...
確定! 回上一頁