Function Reference


_WinAPI_GetExtended

Retrieves the last extended function return value

#include <WinAPIMisc.au3>
_WinAPI_GetExtended ( )

Return Value

Returns the last extended value.

Remarks

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.