Module: wine Branch: master Commit: b8d9201fc3ea4e5f8ff2fecefb41e9d60fc8c6d1 URL: http://source.winehq.org/git/?p=wine.git;a=commit;h=b8d9201fc3ea4e5f8ff2fece...
Author: Paul Vriens Paul.Vriens@xs4all.nl Date: Fri Sep 8 15:54:06 2006 +0200
crypt32: Add documentation.
---
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");