windows-nt/Source/XPSP1/NT/base/fs/dfs/driver/ftdfs.h

18 lines
389 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
//+------------------------------------------------------------------
//
// 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
);