###User Defined Function###
_WinAPI_GetVersionEx

###Description###
Retrieves information about the current operating system.

###Syntax###
#include <WinAPISys.au3>
_WinAPI_GetVersionEx (  )


###Parameters###
None

###ReturnValue###
@@ReturnTable@@
Success 	$tagOSVERSIONINFOEX structure that contains the information about the current operating system.
Failure 	Sets the @error flag to non-zero, call <a href="_WinAPI_GetLastError.htm">_WinAPI_GetLastError()</a> to get extended error information.
@@End@@


###Remarks###
When using the _WinAPI_GetVersionEx() function to determine whether your application is running on a particular
version of the operating system, check for the version numbers that are greater than or equal to the desired version
numbers. This ensures that the test succeeds for later versions of the operating system.


###Related###


###See Also###
@@MsdnLink@@ GetVersionEx
