[crypt32 1/2] Add documentation

Paul Vriens Paul.Vriens at xs4all.nl
Fri Sep 8 08:54:06 CDT 2006


Hi,

Haven't looked at MSDN for this documentation.

Has to be applied after the 5 I've sent earlier for crypt32.

Changelog
  Add documentation

Cheers,

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

diff --git a/dlls/crypt32/main.c b/dlls/crypt32/main.c
index 3c9c050..3296649 100644
--- a/dlls/crypt32/main.c
+++ b/dlls/crypt32/main.c
@@ -93,6 +93,22 @@ HLRUCACHE WINAPI I_CryptFreeLruCache(HLR
     return h;
 }
 
+/***********************************************************************
+ *             CryptSIPRemoveProvider (CRYPT32.@)
+ *
+ * Remove a SIP provider and its functions from the registry.
+ *
+ * PARAMS
+ *  pgProv     [I] Pointer to a GUID for this SIP provider
+ *
+ * RETURNS
+ *  Success: TRUE.
+ *  Failure: FALSE. (Look at GetLastError()).
+ *
+ * NOTES
+ *  Registry errors are always reported via SetLastError(). Every registry
+ *  deletion will be tried.
+ */
 BOOL WINAPI CryptSIPRemoveProvider(GUID *pgProv)
 {
     FIXME("stub!\n");
-- 
1.4.2




More information about the wine-patches mailing list