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.

44 lines
538 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. clusrout.h
  5. Abstract:
  6. Cluster code support: entrypoints exposed by the router.
  7. Author:
  8. Albert Ting (AlbertT) 1-Oct-96
  9. Revision History:
  10. --*/
  11. #ifndef _CLUSROUT_H
  12. #define _CLUSROUT_H
  13. BOOL
  14. ClusterSplOpen(
  15. LPCTSTR pszServer,
  16. LPCTSTR pszResource,
  17. PHANDLE phSpooler,
  18. LPCTSTR pszName,
  19. LPCTSTR pszAddress
  20. );
  21. BOOL
  22. ClusterSplClose(
  23. HANDLE hSpooler
  24. );
  25. BOOL
  26. ClusterSplIsAlive(
  27. HANDLE hSpooler
  28. );
  29. #endif // ifdef _CLUSROUT_H