wintrust: Add stub for WVTAsn1CatNameValueDecode.
This commit is contained in:
parent
74b91cb25f
commit
9216340ab7
|
@ -2090,3 +2090,12 @@ BOOL WINAPI WVTAsn1CatMemberInfoDecode(DWORD dwCertEncodingType,
|
|||
TRACE("returning %d\n", ret);
|
||||
return ret;
|
||||
}
|
||||
|
||||
BOOL WINAPI WVTAsn1CatNameValueDecode(DWORD dwCertEncodingType,
|
||||
LPCSTR lpszStructType, const BYTE *pbEncoded, DWORD cbEncoded, DWORD dwFlags,
|
||||
void *pvStructInfo, DWORD *pcbStructInfo)
|
||||
{
|
||||
FIXME("(%p, %d, %08x, %p, %d): stub\n", pbEncoded, cbEncoded, dwFlags,
|
||||
pvStructInfo, *pcbStructInfo);
|
||||
return FALSE;
|
||||
}
|
||||
|
|
|
@ -88,7 +88,7 @@
|
|||
@ stdcall WTHelperProvDataFromStateData(ptr)
|
||||
@ stdcall WVTAsn1CatMemberInfoDecode(long str ptr long long ptr ptr)
|
||||
@ stdcall WVTAsn1CatMemberInfoEncode(long str ptr ptr ptr)
|
||||
@ stub WVTAsn1CatNameValueDecode
|
||||
@ stdcall WVTAsn1CatNameValueDecode(long str ptr long long ptr ptr)
|
||||
@ stdcall WVTAsn1CatNameValueEncode(long str ptr ptr ptr)
|
||||
@ stub WVTAsn1SpcFinancialCriteriaInfoDecode
|
||||
@ stub WVTAsn1SpcFinancialCriteriaInfoEncode
|
||||
|
|
Loading…
Reference in New Issue