函数参考


_WinAPI_CreateNullRgn

Creates an empty region.

#Include <WinAPIEx.au3>
_WinAPI_CreateNullRgn ( )

参数

None.

返回值

Success The handle to the region.
失败: 返回 0 并设置 @error 标志为非 0 值.

注意/说明

When you no longer need the HRGN object, call the _WinAPI_DeleteObject() function to delete it.

相关

详情参考

None