Articles
Forums
Downloads
Autodocs
Home
/
Autodocs
/
version.library
NAME
FreeVersion
release resources allocated by
GetVersion()
. (V40)
SYNOPSIS
FreeVersion(versionInfo);
A0
VOID FreeVersion(struct VersionInfo *);
FUNCTION
This function frees any memory or other resources allocated by a call to
GetVersion()
.
INPUTS
versionInfo
pointer to the VersionInfo structure to free. May be NULL in which case this function does nothing.
SEE ALSO
GetVersion()
, <libraries/version.h>