windows-nt/Source/XPSP1/NT/ds/netapi/inc/dfsp.h
2020-09-26 16:20:57 +08:00

27 lines
597 B
C

//+----------------------------------------------------------------------------
//
// Copyright (C) 1996, Microsoft Corporation
//
// File: dfsp.h
//
// Contents: Declares private types, macros, and data needed by the
// NetDfsXXX public APIs.
//
// Classes: None
//
// Functions: None
//
// History: Feb 19, 1996 Milans created
//
//-----------------------------------------------------------------------------
#ifndef _NET_DFS_P_
#define _NET_DFS_P_
extern CRITICAL_SECTION NetDfsApiCriticalSection;
VOID
NetDfsApiInitialize(void);
#endif // _NET_DFS_P_