windows-nt/Source/XPSP1/NT/base/cluster/clusnet/xport/cdp.h
2020-09-26 16:20:57 +08:00

53 lines
640 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) 1996 Microsoft Corporation
Module Name:
cdp.h
Abstract:
Main private header file for the Cluster Network Protocol.
Author:
Mike Massa (mikemas) July 29, 1996
Revision History:
Who When What
-------- -------- ----------------------------------------------
mikemas 07-29-96 created
Notes:
--*/
#ifndef _CDP_INCLUDED_
#define _CDP_INCLUDED_
NTSTATUS
CdpInitializeSend(
VOID
);
VOID
CdpCleanupSend(
VOID
);
NTSTATUS
CdpInitializeReceive(
VOID
);
VOID
CdpCleanupReceive(
VOID
);
#endif // ifndef _CDP_INCLUDED_