函数参考


_WinAPI_SetWindowExt

使用指定值设置窗口对设备场景的水平和垂直扩展

#Include <WinAPIEx.au3>
_WinAPI_SetWindowExt ( $hDC, $iXExtent, $iYExtent )

参数

$hDC  设备场景句柄
$iXExtent  窗口的水平扩展
$iYExtent  窗口的垂直扩展

返回值

成功: 返回 1
失败: 返回 0并设置@error非0

注意/说明

_WinAPI_SetWindowExt()仅在设置为$MM_ANISOTROPIC或$MM_ISOTROPIC映射模式时工作, 否则忽略对该函数的调用.

Call _WinAPI_GetExtended() to retrieve a $tagSIZE structure containing the previous window extents.

相关

详情参考

在MSDN中搜索