InitCode(startClass, version)
void InitCode(ULONG,ULONG);
(This function may be ignored by application programmers)
Call
InitResident() for all resident modules in the ResModules array with the given startClass and with versions equal or greater than that specified. The segList parameter is passed as zero.
Resident modules are used by the system to pull all its parts together at startup. Modules are initialized in a prioritized order.
Modules that do not have a startclass should be of priority -120. RTF_AFTERDOS modules should start at -100 (working down).