GetWindowRect( LPRECT lpRect);. these two functions are APIs in windows. LPRECT is a pointer to the RECT structure . typedef RECT* LPRECT;. In ...
確定! 回上一頁