函数参考


_WinAPI_GetThemeMargins

检索 MARGINS(页边空白) 的属性值.

#Include <WinAPIEx.au3>
_WinAPI_GetThemeMargins ( $hTheme, $iPartId, $iStateId, $iPropId, $hDC, $tRECT )

参数

$hTheme 指定主题数据的窗口句柄.
$iPartId 包含 MARGINS(页边空白) 属性的部件.
$iStateId 指定部件的状态值.
$iPropId 指定检索的属性值.
$hDC 设备环境句柄.
$tRECT $tagRECT 结构,包含指定的矩形区域.

返回值

成功: 返回 $tagMARGINS 结构,包含页边空白值.
失败: 返回 0,设置 @error 标志为非 0 值, @extended 标志可能包含一个系统错误代码.

注意/说明

None

相关

详情参考

在MSDN中搜索