Estructura WINDOWPOS. Definición. typedef struct _WINDOWPOS { // wp HWND hwnd; HWND hwndInsertAfter; int x; int y; int cx; int cy; UINT flags; } WINDOWPOS;.
確定! 回上一頁