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.
26 lines
623 B
26 lines
623 B
//+----------------------------------------------------------------------------
|
|
//
|
|
// 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_
|