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.
 
 
 
 
 
 

15 lines
404 B

typedef HRESULT (WINAPI *PVLCA)(IN PCSTR FileName, IN PCSTR LcFileName);
struct {
WORD Machine;
int RC;
CHAR **Argv;
int Argc;
} ImageCheck;
BOOL VerifyFinalImage(IN PCHAR FileName,
IN BOOL fRetail,
IN BOOL fVerifyLc,
IN UCHAR* LcFileName,
IN PVLCA pVLCAFunction,
OUT PBOOL BinplaceLc);