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.

20 lines
596 B

  1. //=======================================================================
  2. //
  3. // Copyright (c) 1998-1999 Microsoft Corporation. All Rights Reserved.
  4. //
  5. // File: cdmlibp.h
  6. //
  7. // Owner: YanL
  8. //
  9. // Description:
  10. //
  11. // Private header for CDMLIB.lib
  12. //
  13. //=======================================================================
  14. #ifndef _CDMLIBP_H
  15. #define REGKEY_WUV3TEST _T("SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\WindowsUpdate\\wuv3test")
  16. bool DriverVer2FILETIME(LPCTSTR szDate, FILETIME& ftDate);// Date has to be in format mm-dd-yyyy or mm/dd/yyyy
  17. #define _CDMLIBP_H
  18. #endif