IN_GetIMVersion

All Editions image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif Example

The IN_GetIMVersion function returns the information that generally appears in the Imagenation About box--release number, build number, and version--for the current session.

Syntax

int IN_GetIMVersion( pMajor, pMinor, pBuild, maxSize, pVersion )

Input Parameters

Meaning

SHORT maxSize

the maximum size of the pVersion array

Output Parameters

Meaning

SHORTPTR pMajor

pointer to the major release number

SHORTPTR pMinor

pointer to the minor release number

SHORTPTR pBuild

pointer to the internal make number

CHARPTR pVersion

pointer to Spicer's make letter code

Release information

Added to Imagenation for Windows in Release 4.00.

As of Release 5.1, also available in Imagenation for UNIX.

Also supported in Imagenation 3.3 for UNIX.

See also

Getting Imagenation information