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.

32 lines
348 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. member.h
  5. Abstract:
  6. Public data structures and procedure prototypes for
  7. the Membership subcomponent of the NT Cluster Service
  8. Author:
  9. John Vert (jvert) 7-Feb-1996
  10. Revision History:
  11. --*/
  12. DWORD
  13. CmpInitNodes(
  14. VOID
  15. );
  16. VOID
  17. CmpCleanupNodes(
  18. VOID
  19. );