Re: cryptext: add stubs for CryptExtAddPFX/CryptExtAddPFXW
17 Nov
2014
17 Nov
'14
7:45 p.m.
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.
4044
Age (days ago)
4044
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov