ReturnNLMVersionInformation
Returns version information for a loaded NLM that corresponds a specified NLM handle
#include <nwthread.h>
int ReturnNLMVersionInformation (
int NLMHandle,
LONG *majorVersion,
LONG *minorVersion,
LONG *revision,
LONG *year,
LONG *month,
LONG *day,
BYTE *copyrightString,
BYTE *description);
The following table lists return values and descriptions.
While NLMHandle must be supplied, the other parameters can be set to NULL if you do not want the information they return.
The information for majorVersion, minorVersion, revision, copyrightString, and description are set with linker options when the NLM applications are linked. For more information about the linker options, see Using a Linker (NDK: NLM Development Concepts, Tools, and Functions).
For the NetWare 3.11 OS, this function was made available in CLIB.NLM, version 3.11b.