Leaked source code of windows server 2003
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.

35 lines
594 B

  1. /*++
  2. Copyright (c) 1996 Microsoft Corporation
  3. Module Name:
  4. wsdfs.h
  5. Abstract:
  6. Private header file to be included by Workstation service modules that
  7. interact with the Dfs server thread.
  8. Author:
  9. Milan Shah (milans) 29-Feb-1996
  10. Revision History:
  11. --*/
  12. #ifndef _WSDFS_INCLUDED_
  13. #define _WSDFS_INCLUDED_
  14. #define DFS_MSGTYPE_TERMINATE 0x0001
  15. #define DFS_MSGTYPE_GET_DOMAIN_REFERRAL 0x0002
  16. #define DFS_MSGTYPE_GET_DC_NAME 0x0003
  17. NET_API_STATUS
  18. WsInitializeDfs();
  19. VOID
  20. WsShutdownDfs();
  21. #endif // ifndef _WSUSE_INCLUDED_