###User Defined Function###
_WinAPI_GetExtended

###Description###
Retrieves the last extended function return value.

###Syntax###
#include <WinAPIMisc.au3>
_WinAPI_GetExtended (  )


###Parameters###
None

###ReturnValue###
Returns the last extended value.


###Remarks###
Note that not all the functions returns the extended value.
For example, <a href="_WinAPI_CreateDIB.htm">_WinAPI_CreateDIB()</a> function returns a pointer to the location of the DIB bit values.
The <a href="_WinAPI_GetExtended.htm">_WinAPI_GetExtended()</a> must be called immediately after calling the appropriate function.


###Related###
