wininet: Add a stub for ShowX509EncodedCertificate.
This commit is contained in:
parent
0a9caf3e81
commit
adea3c5dda
@ -6071,3 +6071,12 @@ BOOL WINAPI InternetShowSecurityInfoByURLW(LPCWSTR url, HWND window)
|
|||||||
FIXME("stub: %s %p\n", debugstr_w(url), window);
|
FIXME("stub: %s %p\n", debugstr_w(url), window);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/***********************************************************************
|
||||||
|
* ShowX509EncodedCertificate (@)
|
||||||
|
*/
|
||||||
|
DWORD WINAPI ShowX509EncodedCertificate(HWND parent, LPBYTE cert, DWORD len)
|
||||||
|
{
|
||||||
|
FIXME("stub: %p %p %u\n", parent, cert, len);
|
||||||
|
return ERROR_CALL_NOT_IMPLEMENTED;
|
||||||
|
}
|
||||||
|
@ -236,7 +236,7 @@
|
|||||||
@ stub ShowCertificate
|
@ stub ShowCertificate
|
||||||
@ stub ShowClientAuthCerts
|
@ stub ShowClientAuthCerts
|
||||||
@ stub ShowSecurityInfo
|
@ stub ShowSecurityInfo
|
||||||
@ stub ShowX509EncodedCertificate
|
@ stdcall ShowX509EncodedCertificate(ptr ptr long)
|
||||||
@ stdcall UnlockUrlCacheEntryFile(str long) UnlockUrlCacheEntryFileA
|
@ stdcall UnlockUrlCacheEntryFile(str long) UnlockUrlCacheEntryFileA
|
||||||
@ stdcall UnlockUrlCacheEntryFileA(str long)
|
@ stdcall UnlockUrlCacheEntryFileA(str long)
|
||||||
@ stdcall UnlockUrlCacheEntryFileW(wstr long)
|
@ stdcall UnlockUrlCacheEntryFileW(wstr long)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user