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).

NOTES

Registry errors are always reported via SetLastError. If a registry error occurs the rest of the registry write operations will be skipped.

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 Apr 2024.