On Thu, 14 Jul 2005 13:37:53 +0200 (CEST), you wrote:
> Hi,
>
> currently we return ERROR_SUCCESS for WinVerifyTrust. Process Explorer
> expects some data because of this.
>
> As no trust provider is implemented yet, return TRUST_E_PROVIDER_UNKNOWN
> instead.
Paul,
Girotel was perfectly happy with the ERROR_SUCCESS without anymore
"data" (none is actually returned), now it fails.
I think that in this case ERROR_SUCCESS should be the default. If you
cannot figure out what data your program expects, perhaps you can
single out the specific ActionID to return a failure.
Rein.