Commit 2cc98b72 authored by Gijs Vermeulen's avatar Gijs Vermeulen Committed by Alexandre Julliard

tbs: Add Tbsi_GetDeviceInfo stub.

parent 419909f4
......@@ -29,3 +29,9 @@ TBS_RESULT WINAPI Tbsi_Context_Create(const TBS_CONTEXT_PARAMS *params, TBS_HCON
FIXME("(%p, %p) stub\n", params, out);
return TBS_E_TPM_NOT_FOUND;
}
TBS_RESULT WINAPI Tbsi_GetDeviceInfo(UINT32 size, void *info)
{
FIXME("(%u, %p) stub\n", size, info);
return TBS_E_TPM_NOT_FOUND;
}
......@@ -6,7 +6,7 @@
@ stdcall Tbsi_Context_Create(ptr ptr)
@ stub Tbsi_Create_Windows_Key
@ stub Tbsi_FilterLog
@ stub Tbsi_GetDeviceInfo
@ stdcall Tbsi_GetDeviceInfo(long ptr)
@ stub Tbsi_Get_OwnerAuth
@ stub Tbsi_Get_TCG_Log
@ stub Tbsi_Get_TCG_Log_Ex
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment