On Fri, 2006-08-11 at 16:40 +0200, Paul Vriens wrote:
Hi,
our struct was missing some variables.
Changelog Added some missing struct variables
Cheers,
Paul --- include/wintrust.h | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/include/wintrust.h b/include/wintrust.h index d490ac9..0230dee 100644 --- a/include/wintrust.h +++ b/include/wintrust.h @@ -254,6 +254,8 @@ typedef struct _CRYPT_PROVIDER_DATA { HCRYPTMSG hMsg; DWORD csSigners; CRYPT_PROVIDER_SGNR *pasSigners; + DWORD csProvPrivData; + CRYPT_PROVIDER_PRIVDATA *pasProvPrivData; DWORD dwSubjectChoice; union { struct _PROVDATA_SIP *pPDSip; Hi,
please wait with this one. There appears to be some differences in the structure for w2k/winxp (and others?). Cheers, Paul.