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.

26 lines
597 B

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Copyright (C) 1996, Microsoft Corporation
  4. //
  5. // File: dfsp.h
  6. //
  7. // Contents: Declares private types, macros, and data needed by the
  8. // NetDfsXXX public APIs.
  9. //
  10. // Classes: None
  11. //
  12. // Functions: None
  13. //
  14. // History: Feb 19, 1996 Milans created
  15. //
  16. //-----------------------------------------------------------------------------
  17. #ifndef _NET_DFS_P_
  18. #define _NET_DFS_P_
  19. extern CRITICAL_SECTION NetDfsApiCriticalSection;
  20. VOID
  21. NetDfsApiInitialize(void);
  22. #endif // _NET_DFS_P_