Retrieves the last extended function return value
#include <WinAPIMisc.au3>
_WinAPI_GetExtended ( )
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.