Add missing member to WINTRUST_DATA struct.

oldstable
Paul Vriens 2005-07-15 09:56:40 +00:00 committed by Alexandre Julliard
parent d89705daf6
commit b92725af17
1 changed files with 1 additions and 0 deletions

View File

@ -98,6 +98,7 @@ typedef struct _WINTRUST_DATA
HANDLE hWVTStateData;
WCHAR* pwszURLReference;
DWORD dwProvFlags;
DWORD dwUIContext;
} WINTRUST_DATA, *PWINTRUST_DATA;
typedef struct _CRYPT_TRUST_REG_ENTRY