CryptSIPAddProvider (CRYPT32.@)
BOOL CryptSIPAddProvider ( SIP_ADD_NEWPROVIDER* psNewProv )
Add a SIP provider and its functions to the registry.
psNewProv | [In] | Pointer to a structure with information about the functions this SIP provider can perform. |
Success: TRUE.
Failure: FALSE. (Look at GetLastError).
Registry errors are always reported via SetLastError. If a registry error occurs the rest of the registry write operations will be skipped.
Declared in "include/mssip.h". gitlab.winehq.org/wine/wine/blob/master/include/mssip.h
Implemented in "dlls/crypt32/sip.c". gitlab.winehq.org/wine/wine/blob/master/dlls/crypt32/sip.c
Debug channel "crypt".
Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Nov 2024.