mirror of
https://github.com/fofolee/uTools-Manuals.git
synced 2025-10-10 16:33:23 +08:00
新增win32api手册
This commit is contained in:
13
src/docs/win32api/1/GetClientRect .html
Normal file
13
src/docs/win32api/1/GetClientRect .html
Normal file
@@ -0,0 +1,13 @@
|
||||
<html>
|
||||
<body>
|
||||
<FONT style="FONT: 12px 宋体" color=black>
|
||||
<h3>函数功能</h3>该函数获取窗口客户区的坐标。客户区坐标指定客户区的左上角和右下角。由于客户区坐标是相对子窗口客户区的左上角而言的,因此左上角坐标为(0,0)<br>
|
||||
<h3>函数原型</h3>BOOL GetClientRect(HWND hWnd,LPRECT lpRect);<br>
|
||||
<h3>参数</h3>
|
||||
GetLastError 函数。<br>
|
||||
备注:Windows CE:命令条包含在客户区中。<br>
|
||||
<h3>速查</h3>Windows NT: 3.1以上版本:Windows:95以上版本: Windows CE:1.0以上版本:头文件:winuser.h;库文件:user32.lib<br>
|
||||
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user