windows-nt/Source/XPSP1/NT/base/ntsetup/winnt32/exe/i386/download.h

41 lines
552 B
C
Raw Permalink Normal View History

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