Funktionreferenz


_WinAPI_GetExtended


Retrieves the last extended function return value

#include <WinAPIMisc.au3>
_WinAPI_GetExtended ( )

Parameter

None.

Rückgabewert

Returns the last extended value.

Bemerkungen

Note that not all the functions returns the extended value.
For example, _WinAPI_CreateDIB() function returns a pointer to the location of the DIB bit values.
The _WinAPI_GetExtended() must be called immediately after calling the appropriate function.