windows-nt/Source/XPSP1/NT/base/fs/rdr2/bowser/bowbackp.h
2020-09-26 16:20:57 +08:00

44 lines
542 B
C
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*++
Copyright (c) 1990 Microsoft Corporation
Module Name:
bowbackp.h
Abstract:
This module implements all of the backup browser related routines for the
NT browser
Author:
Larry Osterman (LarryO) 21-Jun-1990
Revision History:
21-Jun-1990 LarryO
Created
--*/
#ifndef _BOWBACKP_
#define _BOWBACKP_
DATAGRAM_HANDLER(
BowserHandleBecomeBackup
);
DATAGRAM_HANDLER(
BowserResetState
);
VOID
BowserResetStateForTransport(
IN PTRANSPORT TransportName,
IN UCHAR NewState
);
#endif