windows-nt/Source/XPSP1/NT/base/ntsetup/winnt32/exe/i386/download.h
2020-09-26 16:20:57 +08:00

41 lines
552 B
C

#pragma once
PTSTR
FindLastWack (
IN PTSTR String
);
PTSTR
DuplicateText (
IN PCTSTR Text
);
VOID
ConcatenatePaths (
IN PTSTR LeadingPath,
IN PCTSTR TrailingPath
);
BOOL
DownloadProgramFiles (
IN PCTSTR SourceDir,
IN PCTSTR DownloadDest,
IN PCTSTR* ExtraFiles
);
BOOL
CopyNode (
IN LPCTSTR SrcBaseDir,
IN LPCTSTR DestBaseDir,
IN LPCTSTR NodeName,
IN BOOL FailIfExist
);
BOOL
DeleteNode (
IN LPCTSTR NodeName
);