WintrustAddDefaultForUsage (WINTRUST.@)
BOOL WintrustAddDefaultForUsage ( const char* pszUsageOID, CRYPT_PROVIDER_REGDEFUSAGE* psDefUsage )
Write OID and callback functions to the registry.
pszUsageOID | [In] | Pointer to a GUID. |
psDefUsage | [In] | Pointer to a structure that specifies the callback functions. |
Success: TRUE.
Failure: FALSE.
WintrustAddDefaultForUsage will only return TRUE or FALSE, no last error is set, not even when the registry cannot be written to.
Declared in "include/wintrust.h". gitlab.winehq.org/wine/wine/blob/master/include/wintrust.h
Implemented in "dlls/wintrust/register.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.