Source code of Windows XP (NT5)
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.

11 lines
697 B

  1. #pragma once
  2. #include "timeutil.h"
  3. /***********************************************************************************************************
  4. // This API returns true if a WU Test authorization file exists.
  5. // The api looks for the input file name (lpszFileName) in the WindowsUpdate directory
  6. // The test file has to have the same name as the cab file and should end with the '.txt' extension.
  7. // Moreover it has to be an ascii file. The cab file has to be signed with a valid MS cert.
  8. // This function will delete the extracted text file
  9. ************************************************************************************************************/
  10. BOOL WUAllowTestKeys(LPCTSTR lpszFileName);