DOS/32 Advanced DOS Extender - D32A C/C++ Run-Time Library Reference
2.05 - DOS/32 Advanced D32A Library function - d32a_get_extender_version()
Synopsys:
#include <d32a.h>
int d32a_get_extender_version(void);
Description:
This function returns the version number of DOS/32 Advanced DOS Extender
under which the application is currently running.
Returns:
Version of DOS/32 Advanced DOS Extender. For example in a hypothetical
version 8.31 the returned value will be 0x081F. When the application is not
running under DOS/32 Advanced DOS Extender (see d32a_detect_extender
function) this function will return -1.
Copyright © DOS/32 Advanced Team 1996-2002 All Rights Reserved
|