Funktionreferenz


_WinAPI_GetRegionData


Fills the specified buffer with data describing a region

#include <WinAPIGdi.au3>
_WinAPI_GetRegionData ( $hRgn, ByRef $tRGNDATA )

Parameter

$hRgn Handle to the region.
$tRGNDATA Returns a $tagRGNDATA structure that is created by this function, and contains the region data, in logical units.

Rückgabewert

Success: True.
Failure: False.

Bemerkungen

None.

Siehe auch

Suche nach GetRegionData in der MSDN Bibliothek.