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.

43 lines
542 B

  1. /*++
  2. Copyright (c) 1990 Microsoft Corporation
  3. Module Name:
  4. bowbackp.h
  5. Abstract:
  6. This module implements all of the backup browser related routines for the
  7. NT browser
  8. Author:
  9. Larry Osterman (LarryO) 21-Jun-1990
  10. Revision History:
  11. 21-Jun-1990 LarryO
  12. Created
  13. --*/
  14. #ifndef _BOWBACKP_
  15. #define _BOWBACKP_
  16. DATAGRAM_HANDLER(
  17. BowserHandleBecomeBackup
  18. );
  19. DATAGRAM_HANDLER(
  20. BowserResetState
  21. );
  22. VOID
  23. BowserResetStateForTransport(
  24. IN PTRANSPORT TransportName,
  25. IN UCHAR NewState
  26. );
  27. #endif