NAME

WintrustAddDefaultForUsage  (WINTRUST.@)

SYNOPSIS

 BOOL WintrustAddDefaultForUsage
 (
  const char*                 pszUsageOID,
  CRYPT_PROVIDER_REGDEFUSAGE* psDefUsage
 )

DESCRIPTION

Write OID and callback functions to the registry.

PARAMS

pszUsageOID [In] Pointer to a GUID.
psDefUsage [In] Pointer to a structure that specifies the callback functions.

RETURNS

Success: TRUE.

Failure: FALSE.

NOTES

WintrustAddDefaultForUsage will only return TRUE or FALSE, no last error is set, not even when the registry cannot be written to.

IMPLEMENTATION

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

Implemented in "dlls/wintrust/register.c". https://source.winehq.org/source/dlls/wintrust/register.c

Debug channel "wintrust".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.