windows-nt/Source/XPSP1/NT/base/fs/dfs/driver/ftdfs.h
2020-09-26 16:20:57 +08:00

18 lines
389 B
C

//+------------------------------------------------------------------
//
// File: ftdfs.h
//
// Contents: Header file for FtDfs related functions
//
// Functions:
//
//-------------------------------------------------------------------
VOID
DfspParsePath(
PUNICODE_STRING Path,
PUNICODE_STRING DomainName,
PUNICODE_STRING ShareName,
PUNICODE_STRING Remainder
);