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
31 lines
597 B
|
|
|
|
/*++
|
|
|
|
Copyright (c) 1989 Microsoft Corporation.
|
|
|
|
Module Name:
|
|
|
|
DfsDownLevel.hxx
|
|
|
|
Abstract:
|
|
|
|
|
|
Revision History:
|
|
|
|
Rohan Phillips (Rohanp) 01\24\2001
|
|
|
|
NOTES:
|
|
|
|
*/
|
|
|
|
|
|
#ifndef __DFS_DOWNLEVEL_H__
|
|
#define __DFS_DOWNLEVEL_H__
|
|
DFSSTATUS
|
|
ProcessOldDfsServerRequest( HANDLE hDriverHandle,
|
|
PUMRX_USERMODE_WORKITEM ProtocolBuffer,
|
|
PUMR_GETDFSREPLICAS_REQ pGetReplicaRequest,
|
|
REFERRAL_HEADER *pReferral,
|
|
ULONG *ReturnedDataSize);
|
|
#endif
|