Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
512 B

  1. //////////////////////////////////////////////////////////////////////////////
  2. //
  3. // int FAR PASCAL LibMain (hInst, wDataSeg, cbHeapSize, lpszCmdLine)
  4. //
  5. // The main library entry point. This routine is called when the library
  6. // is loaded.
  7. //
  8. // Arguments:
  9. //
  10. // hInst -
  11. // wDataSeg -
  12. // cbHeapSize -
  13. // lpszCmdLine -
  14. //
  15. // Returns:
  16. //
  17. // Effects:
  18. //
  19. //////////////////////////////////////////////////////////////////////////////