WintrustAddDefaultForUsage(3w)
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
Defined in "wintrust.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/wintrust/register.c".
- Debug channel "wintrust".