1
0
Fork 0
mirror of synced 2025-03-07 03:53:26 +01:00

tbs: Add GetDeviceIDString stub.

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56054
This commit is contained in:
Alex Henrie 2023-12-20 01:30:51 -07:00 committed by Alexandre Julliard
parent 7a941fd59a
commit 2586ddc5dc
2 changed files with 7 additions and 1 deletions

View file

@ -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;
}

View file

@ -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