函数参考


_WinAPI_GetBoundsRect

Obtains the current accumulated bounding rectangle for a specified device context.

#Include <WinAPIEx.au3>
_WinAPI_GetBoundsRect ( $hDC [, $iFlags] )

参数

$hDC Handle to the device context whose bounding rectangle the function will return.
$iFlags [可选参数] The flags that specifies how the function will behave. This parameter can be the following value.

$DCB_RESET

返回值

Success $tagRECT structure that contains the current bounding rectangle, @extended flag will contain the
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

None

相关

详情参考

在MSDN中搜索