NAME

CryptSIPRemoveProvider  (CRYPT32.@)

SYNOPSIS

 BOOL CryptSIPRemoveProvider
 (
  GUID* pgProv
 )

DESCRIPTION

Remove a SIP provider and its functions from the registry.

PARAMS

pgProv [In] 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.

IMPLEMENTATION

Declared in "mssip.h". https://source.winehq.org/source/include/mssip.h

Implemented in "dlls/crypt32/sip.c". https://source.winehq.org/source/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 Mar 2024.