C
coolqiang
Unregistered / Unconfirmed
GUEST, unregistred user!
GetScrollRange的后面两个参数如何使用,要怎样定义变量?请写出变量定义和调用的代码。<br><br>BOOL GetScrollRange(<br> HWND hWnd, // handle of window with scroll bar<br> int nBar, // scroll bar flags<br> LPINT lpMinPos,// address of variable that receives minimum position<br> LPINT lpMaxPos // address of variable that receives maximum position<br>); <br>