Bull DPX/20 User's Guide Page 57

  • Download
  • Add to my manuals
  • Print
  • Page
    / 424
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 56
SOM Kernel Reference 1-45
For Windows, also include the following function:
#include <windows.h>
int CALLBACK LibMain (HINSTANCE inst,
WORD ds,
WORD Heapsize,
LPSTR cmdLine)
{
SOM_IgnoreWarning (inst);
SOM_ignoreWarning (ds);
SOM_IgnoreWarning (heapSize);
SOM_IgnoreWarning (cmdLine);
SOM_ClassLibrary (”xyz.dll”);
return 1; /* Indicate success to loader */
}
Related Information
Functions: SOMClassInitFuncName
Methods: somGetInitFunction
Macros: SOM_ClassLibrary
Page view 56
1 2 ... 52 53 54 55 56 57 58 59 60 61 62 ... 423 424

Comments to this Manuals

No comments