From 75604e8681328e2b0203e700751d4d2aff726a19 Mon Sep 17 00:00:00 2001 From: Paul Vriens Date: Fri, 8 Sep 2006 13:19:14 +0200 Subject: [PATCH] crypt32: Add documentation. --- dlls/crypt32/main.c | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/dlls/crypt32/main.c b/dlls/crypt32/main.c index 11e0efadbd1..4c0166d8a94 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[] = {