ModuleInfoStruct

Syntax

    struct ModuleInfoStruct
    { 
       LONG   type;
       LONG   majorVersion;
       LONG   minorVersion;
       LONG   revision;
       LONG   year;
       LONG   month;
       LONG   day;
       LONG   reserved;
    };
    

Fields

type
NLM type.
majorVersion
Major version of the module.
minorVersion
Minor version of the module.
revision
Revision letter of the module (A=1, B=2,....)
year
The year the module was created.
month
The month the module was created.
day
The day the module was created.
reserved
Reserved by NetWare.