2025-04-27 07:49:33 -04:00

18 lines
406 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
);