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
a9b53ef6
Commit
a9b53ef6
authored
Oct 05, 2006
by
Paul Vriens
Committed by
Alexandre Julliard
Oct 05, 2006
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
crypt32: Correct the documentation.
parent
a28c40f3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
3 deletions
+9
-3
sip.c
dlls/crypt32/sip.c
+9
-3
No files found.
dlls/crypt32/sip.c
View file @
a9b53ef6
...
...
@@ -357,7 +357,7 @@ cleanup3:
/***********************************************************************
* CryptSIPLoad (CRYPT32.@)
*
* Load
the functions for the given SIP
.
* Load
some internal crypt32 functions into a SIP_DISPATCH_INFO structure
.
*
* PARAMS
* pgSubject [I] The GUID.
...
...
@@ -369,9 +369,15 @@ cleanup3:
* Failure: FALSE. (Look at GetLastError()).
*
* NOTES
*
Testing shows that (somehow) the table of functions is cached between
*
calls
.
*
CryptSIPLoad uses caching for the list of GUIDs and whether a SIP is
*
already loaded
.
*
* An application calls CryptSipLoad which will return a structure with the
* function addresses of some internal crypt32 functions. The application will
* then call these functions which will be forwarded to the appropriate SIP.
*
* CryptSIPLoad will load the needed SIP but doesn't unload this dll. The unloading
* is done when crypt32 is unloaded.
*/
BOOL
WINAPI
CryptSIPLoad
(
const
GUID
*
pgSubject
,
DWORD
dwFlags
,
SIP_DISPATCH_INFO
*
pSipDispatch
)
...
...
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