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.

41 lines
1.6 KiB

  1. //+-------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. //
  5. // Copyright (C) Microsoft Corporation, 1996 - 1999
  6. //
  7. // File: wvtver1.h
  8. //
  9. // Contents: Microsoft Internet Security WinVerifyTrust v1 support
  10. //
  11. // History: 31-May-1997 pberkman created
  12. //
  13. //--------------------------------------------------------------------------
  14. #ifndef WVTVER1_H
  15. #define WVTVER1_H
  16. #define V1_WIN_SPUB_ACTION_PUBLISHED_SOFTWARE_NOBADUI \
  17. { 0xc6b2e8d0, \
  18. 0xe005, \
  19. 0x11cf, \
  20. { 0xa1, 0x34, 0x0, 0xc0, 0x4f, 0xd7, 0xbf, 0x43 } \
  21. }
  22. #define V1_WIN_SPUB_ACTION_PUBLISHED_SOFTWARE \
  23. { 0x64b9d180, \
  24. 0x8da2, \
  25. 0x11cf, \
  26. {0x87, 0x36, 0x00, 0xaa, 0x00, 0xa4, 0x85, 0xeb} \
  27. }
  28. extern BOOL WintrustIsVersion1ActionID(GUID *pgActionID);
  29. extern WINTRUST_DATA *ConvertDataFromVersion1(HWND hWnd,
  30. GUID *pgActionID,
  31. WINTRUST_DATA *pWTDNew,
  32. WINTRUST_FILE_INFO *pWTFINew,
  33. LPVOID pWTDOld);
  34. #endif // WVTVER1_H