Commit 2586ddc5 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

tbs: Add GetDeviceIDString stub.

parent 7a941fd5
......@@ -35,3 +35,9 @@ TBS_RESULT WINAPI Tbsi_GetDeviceInfo(UINT32 size, void *info)
FIXME("(%u, %p) stub\n", size, info);
return TBS_E_TPM_NOT_FOUND;
}
HRESULT WINAPI GetDeviceIDString(WCHAR *out, UINT32 size, UINT32 *used, BOOL *tpm)
{
FIXME("(%p, %u, %p, %p) stub\n", out, size, used, tpm);
return E_NOTIMPL;
}
@ stub Tbsi_Create_Attestation_From_Log
@ stub Tbsi_Get_TCG_Logs
@ stub GetDeviceID
@ stub GetDeviceIDString
@ stdcall GetDeviceIDString(ptr long ptr ptr)
@ stub GetDeviceIDWithTimeout
@ stdcall Tbsi_Context_Create(ptr ptr)
@ stub Tbsi_Create_Windows_Key
......
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