Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
ece73620
Commit
ece73620
authored
Aug 28, 2008
by
Juan Lang
Committed by
Alexandre Julliard
Aug 29, 2008
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
wincrypt.h: Add missing definitions.
parent
c950c8d2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
+27
-0
wincrypt.h
include/wincrypt.h
+27
-0
No files found.
include/wincrypt.h
View file @
ece73620
...
...
@@ -2685,6 +2685,33 @@ typedef struct _CRL_FIND_ISSUED_FOR_PARA
PCCERT_CONTEXT
pIssuerCert
;
}
CRL_FIND_ISSUED_FOR_PARA
,
*
PCRL_FIND_ISSUED_FOR_PARA
;
#define CTL_FIND_ANY 0
#define CTL_FIND_SHA1_HASH 1
#define CTL_FIND_MD5_HASH 2
#define CTL_FIND_USAGE 3
#define CTL_FIND_SUBJECT 4
#define CTL_FIND_EXISTING 5
typedef
struct
_CTL_FIND_USAGE_PARA
{
DWORD
cbSize
;
CTL_USAGE
SubjectUsage
;
CRYPT_DATA_BLOB
ListIdentifier
;
PCERT_INFO
pSigner
;
}
CTL_FIND_USAGE_PARA
,
*
PCTL_FIND_USAGE_PARA
;
#define CTL_FIND_NO_LIST_ID_CBDATA 0xffffffff
#define CTL_FIND_NO_SIGNER_PTR ((PCERT_INFO)-1)
#define CTL_FIND_SAME_USAGE_FLAG 0x00000001
typedef
struct
_CTL_FIND_SUBJECT_PARA
{
DWORD
cbSize
;
PCTL_FIND_USAGE_PARA
pUsagePara
;
DWORD
dwSubjectType
;
void
*
pvSubject
;
}
CTL_FIND_SUBJECT_PARA
,
*
PCTL_FIND_SUBJECT_PARA
;
/* PFN_CERT_STORE_PROV_WRITE_CERT dwFlags values */
#define CERT_STORE_PROV_WRITE_ADD_FLAG 0x1
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment