SetRectEmpty |
| VB声明 | |
| Declare Function SetRectEmpty Lib "user32" Alias "SetRectEmpty" (lpRect As RECT) As Long | |
| 说明 | |
| 将矩形lpRect设为一个空矩形(所有字段都为空) | |
| 返回值 | |
| Long,非零表示成功,零表示失败。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| lpRect | RECT,欲设为空的矩形 |
SetRectEmpty |
| VB声明 | |
| Declare Function SetRectEmpty Lib "user32" Alias "SetRectEmpty" (lpRect As RECT) As Long | |
| 说明 | |
| 将矩形lpRect设为一个空矩形(所有字段都为空) | |
| 返回值 | |
| Long,非零表示成功,零表示失败。会设置GetLastError | |
| 参数表 | |
| 参数 | 类型及说明 |
| lpRect | RECT,欲设为空的矩形 |





RSS地址