cryptext: add stubs for CryptExtAddPFX/CryptExtAddPFXW

Nikolay Sivov bunglehead at gmail.com
Mon Nov 17 13:45:41 CST 2014


On 17.11.2014 22:21, Austin English wrote:
> +HRESULT WINAPI CryptExtAddPFX(LPCSTR filename)
> +{
> +    FIXME("stub: %s\n", debugstr_a(filename));
> +    return ERROR_CALL_NOT_IMPLEMENTED;
> +}

Return type and error code don't match here. If it should be
HRESULT use E_NOTIMPL, otherwise return type should be DWORD or similar.



More information about the wine-devel mailing list