Function Reference


_WinAPI_CreateNullRgn

Creates an empty region

#include <WinAPIGdi.au3>
_WinAPI_CreateNullRgn ( )

Return Value

Success: The handle to the region.
Failure: 0.

Remarks

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

Related

_WinAPI_DeleteObject