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

  1. typedef HRESULT (WINAPI *PVLCA)(IN PCSTR FileName, IN PCSTR LcFileName);
  2. struct {
  3. WORD Machine;
  4. int RC;
  5. CHAR **Argv;
  6. int Argc;
  7. } ImageCheck;
  8. BOOL VerifyFinalImage(IN PCHAR FileName,
  9. IN BOOL fRetail,
  10. IN BOOL fVerifyLc,
  11. IN UCHAR* LcFileName,
  12. IN PVLCA pVLCAFunction,
  13. OUT PBOOL BinplaceLc);