Paul Vriens : crypt32: Add documentation.

Alexandre Julliard julliard at wine.codeweavers.com
Fri Sep 8 10:24:48 CDT 2006


Module: wine
Branch: master
Commit: 75604e8681328e2b0203e700751d4d2aff726a19
URL:    http://source.winehq.org/git/?p=wine.git;a=commit;h=75604e8681328e2b0203e700751d4d2aff726a19

Author: Paul Vriens <Paul.Vriens at xs4all.nl>
Date:   Fri Sep  8 13:19:14 2006 +0200

crypt32: Add documentation.

---

 dlls/crypt32/main.c |   18 ++++++++++++++++++
 1 files changed, 18 insertions(+), 0 deletions(-)

diff --git a/dlls/crypt32/main.c b/dlls/crypt32/main.c
index 11e0efa..4c0166d 100644
--- a/dlls/crypt32/main.c
+++ b/dlls/crypt32/main.c
@@ -163,6 +163,24 @@ error_close_key:
     return r;
 }
 
+/***********************************************************************
+ *             CryptSIPAddProvider (CRYPT32.@)
+ *
+ * Add a SIP provider and its functions to the registry.
+ *
+ * PARAMS
+ *  psNewProv       [I] Pointer to a structure with information about
+ *                      the functions this SIP provider can perform.
+ *
+ * RETURNS
+ *  Success: TRUE.
+ *  Failure: FALSE. (Look at GetLastError()).
+ *
+ * NOTES
+ *  Registry errors are always reported via SetLastError(). If a
+ *  registry error occurs the rest of the registry write operations
+ *  will be skipped.
+ */
 BOOL WINAPI CryptSIPAddProvider(SIP_ADD_NEWPROVIDER *psNewProv)
 {
     static const WCHAR szCreate[] = {




More information about the wine-cvs mailing list