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.

31 lines
597 B

  1. /*++
  2. Copyright (c) 1989 Microsoft Corporation.
  3. Module Name:
  4. DfsDownLevel.hxx
  5. Abstract:
  6. Revision History:
  7. Rohan Phillips (Rohanp) 01\24\2001
  8. NOTES:
  9. */
  10. #ifndef __DFS_DOWNLEVEL_H__
  11. #define __DFS_DOWNLEVEL_H__
  12. DFSSTATUS
  13. ProcessOldDfsServerRequest( HANDLE hDriverHandle,
  14. PUMRX_USERMODE_WORKITEM ProtocolBuffer,
  15. PUMR_GETDFSREPLICAS_REQ pGetReplicaRequest,
  16. REFERRAL_HEADER *pReferral,
  17. ULONG *ReturnedDataSize);
  18. #endif