Module: wine Branch: master Commit: 87758b72b95dd694dd786f23a00f47ea873dc1f5 URL: https://gitlab.winehq.org/wine/wine/-/commit/87758b72b95dd694dd786f23a00f47e...
Author: Hans Leidekker hans@codeweavers.com Date: Fri Dec 23 10:40:35 2022 +0100
wbemprox: Implement GetBinaryValue() method.
Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=52878
---
dlls/wbemprox/builtin.c | 8 +++ dlls/wbemprox/reg.c | 124 +++++++++++++++++++++++++++++++++++---- dlls/wbemprox/tests/query.c | 43 ++++++++++++++ dlls/wbemprox/wbemprox_private.h | 1 + 4 files changed, 166 insertions(+), 10 deletions(-)