VersionNH

Top  Previous  Next

SOAP

VersionNH( &aVersion, &aErrorMsg );

 

REST

/VersionNH

Returns Version, ErrorMsg

 

Description: VersionNH() returns the current version of the Crash Magic server without requiring a "handle" or login.

 

&aVersion is populated with a string representing the current version of the program.  The output will be similar to: "3.1.0.0".

&aErrorMsg is populated only if an error occurred that prevented the function from succeeding.  Otherwise, this parameter is empty.

 

Example: VersionNH( lVersion, lErrorMsg );