GetWinMem32Version

3.0

  #include <winmem32.h>    

  WORD GetWinMem32Version(void)    

The GetWinMem32Version function retrieves the application programming interface (API) version implemented by the WINMEM32.DLL dynamic-link library. This is not the version number of the library itself.

Parameters

This function has no parameters.

Return Value

The return value specifies the version of the 32-bit memory API implemented by WINMEM32.DLL. The high-order 8 bits contain the major version number, and the low-order 8 bits contain the minor version number.