Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

32 lines
486 B

PTSTR
StringRevChar(
IN PTSTR String,
IN TCHAR Char
);
BOOL
InitDiamond(
VOID
);
VOID
TermDiamond(
VOID
);
BOOL
IsDiamondFile(
IN PSTR FileName,
OUT PBOOL ContainsMultipleFiles
);
INT
ExpandDiamondFile(
IN NOTIFYPROC ExpandNotify,
IN PSTR SourceFileName,
IN PSTR TargetFileName,
IN BOOL RenameTarget,
IN PSTR SelectiveFilesSpec,
OUT PLZINFO pLZI
);