Extracts INtime version and release information, if it exists, as strings, and returns them in the parameters productVersion
, and updateVersion
.
LONG ntxGetINtimeVersion( LPSTR productVersion, UINT versionSize, LPSTR updateVersion, UINT updateSize ); LONG NTXAPI ntxGetINtimeVersionW( LPWSTR productVersion, UINT versionSize, LPWSTR updateVersion, UINT updateSize );
productVersion
versionSize
productVersion
string can accept.
updateVersion
updateSize
updateVersion
string can accept.There is limited UNICODE support for some NTX calls. By defining the macro _UNICODE_NTX_MINI_ the standard calls are mapped to their wide-character equivalents.
ERROR_SUCCESS
productVersion
updateVersion
Any non-zero error value
defined in WINERROR.H
GetLastError()
defined in Winbase.h
Versions | Defined in | Include | Link to |
---|---|---|---|
INtime 3.04 | intime/nt/include/ntx.h | ntx.h | intime/rt/lib/ntx.lib |
INtime 4.01 (for 64-bit Windows) | intime/nt/include/ntx.h | ntx.h | intime/rt/lib/ntx64.lib |