CryptSIPRemoveProvider (CRYPT32.@)
BOOL CryptSIPRemoveProvider ( GUID* pgProv )
Remove a SIP provider and its functions from the registry.
pgProv | [In] | Pointer to a GUID for this SIP provider. |
Success: TRUE.
Failure: FALSE. (Look at GetLastError).
Registry errors are always reported via SetLastError. Every registry deletion will be tried.
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.