From 58a8c666c874d09e9db966d7d7b5a5fb3df96b0c Mon Sep 17 00:00:00 2001 From: Boshi LIAN Date: Fri, 12 Feb 2021 10:49:17 -0800 Subject: [PATCH] add extra fields --- windows/types_windows.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/windows/types_windows.go b/windows/types_windows.go index 3170a58a..68b65d28 100644 --- a/windows/types_windows.go +++ b/windows/types_windows.go @@ -1480,6 +1480,8 @@ type CertChainFindByIssuerPara struct { Issuer Pointer FindCallback Pointer FindArg Pointer + IssuerChainIndex *uint32 + IssuerElementIndex *uint32 } type WinTrustData struct {