Module: wine Branch: master Commit: 2586ddc5dc61826d13029854d7aaa1082e1d506f URL: https://gitlab.winehq.org/wine/wine/-/commit/2586ddc5dc61826d13029854d7aaa10...
Author: Alex Henrie alexhenrie24@gmail.com Date: Wed Dec 20 01:30:51 2023 -0700
tbs: Add GetDeviceIDString stub.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=56054
---
dlls/tbs/tbs.c | 6 ++++++ dlls/tbs/tbs.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-)
diff --git a/dlls/tbs/tbs.c b/dlls/tbs/tbs.c index cb18d01fa2c..986a3c4e4a7 100644 --- a/dlls/tbs/tbs.c +++ b/dlls/tbs/tbs.c @@ -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; +} diff --git a/dlls/tbs/tbs.spec b/dlls/tbs/tbs.spec index 5fa68007254..54e23cbc292 100644 --- a/dlls/tbs/tbs.spec +++ b/dlls/tbs/tbs.spec @@ -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