[crypt32 4/5] Add documentation

Paul Vriens Paul.Vriens at xs4all.nl
Fri Sep 8 06:19:14 CDT 2006


Hi,

I should stick to my promise of adding documentation :-).

Changelog
  Add documentation

Cheers,

Paul.
---
 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[] = {
-- 
1.4.2




More information about the wine-patches mailing list