Source code of Windows XP (NT5)
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.

40 lines
526 B

  1. #ifndef _MD_COEXP_
  2. #define _MD_COEXP_
  3. STDAPI BootDllRegisterServer(void);
  4. STDAPI BootDllUnregisterServer(void);
  5. BOOL
  6. InitComLb(
  7. );
  8. BOOL
  9. TerminateComLb(
  10. );
  11. BOOL
  12. InitGlobals(
  13. );
  14. BOOL
  15. TerminateGlobals(
  16. );
  17. BOOL
  18. ReportIisLbEvent(
  19. WORD wType,
  20. DWORD dwEventId,
  21. WORD cNbStr,
  22. LPCWSTR* pStr
  23. );
  24. // internal name of the service
  25. #define SZSERVICENAME "IISLoadBalancing"
  26. // internal name of the driver
  27. #define SZDRIVERNAME "IISLBK"
  28. #define LSZDRIVERNAME L"IISLBK"
  29. #endif