tbs: Add GetDeviceIDString stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56054
This commit is contained in:
parent
7a941fd59a
commit
2586ddc5dc
2 changed files with 7 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
@ 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
|
||||
|
|
Loading…
Add table
Reference in a new issue