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.
 
 
 
 
 
 

46 lines
875 B

//+------------------------------------------------------------------
//
// File: know.h
//
// Contents: Header file for knowledge related functions.
//
// Functions:
//
//-------------------------------------------------------------------
NTSTATUS
DfsModifyRemotePrefix(
IN DFS_PKT_ENTRY_ID ExitPtId,
IN HANDLE remoteHandle
);
NTSTATUS
DfsCreateRemoteExitPoint(
IN DFS_PKT_ENTRY_ID ExitPtId,
IN HANDLE remoteHandle
);
NTSTATUS
DfsDeleteRemoteExitPoint(
IN DFS_PKT_ENTRY_ID ExitPtId,
IN HANDLE remoteHandle
);
NTSTATUS
DfsFsctrlFixLocalVolumeKnowledge(
IN PIRP Irp,
IN PVOID InputBuffer,
IN ULONG InputBufferLength
);
BOOLEAN
DfsStorageIdExists(
IN UNICODE_STRING StgPath,
IN BOOLEAN bCreate
);
BOOLEAN
DfsFixExitPath(
PWSTR ExitPath
);