CryptSIPAddProvider(3w)
NAME
CryptSIPAddProvider (CRYPT32.@)
SYNOPSIS
BOOL CryptSIPAddProvider
(
SIP_ADD_NEWPROVIDER* psNewProv
)
DESCRIPTION
Add a SIP provider and its functions to the registry.
PARAMS
psNewProv [In] Pointer to a structure with information about the functions this SIP provider can perform.
RETURNS
Success: TRUE.
Failure: FALSE. (Look at GetLastError(3w)).
NOTES
Registry errors are always reported via SetLastError(3w). If a registry error occurs the rest of the registry write operations will be skipped.
IMPLEMENTATION
Defined in "mssip.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/crypt32/sip.c".
- Debug channel "crypt".