[PATCH v3 0/1] MR1453: include: Add Stg functions declaration in propvarutil.h.
-- v3: include: Add Stg functions declaration in propvarutil.h. https://gitlab.winehq.org/wine/wine/-/merge_requests/1453
From: Biswapriyo Nath <nathbappai(a)gmail.com> --- include/propvarutil.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/propvarutil.h b/include/propvarutil.h index fcc532fd623..b82c3d90274 100644 --- a/include/propvarutil.h +++ b/include/propvarutil.h @@ -205,6 +205,8 @@ inline BOOL IsPropVariantString(REFPROPVARIANT propvar) #endif /* NO_PROPVAR_INLINES */ #endif /* __cplusplus */ +HRESULT WINAPI StgSerializePropVariant(const PROPVARIANT *ppropvar, SERIALIZEDPROPERTYVALUE **ppprop, ULONG *pcb); +HRESULT WINAPI StgDeserializePropVariant(const SERIALIZEDPROPERTYVALUE *pprop, ULONG cbmax, PROPVARIANT *ppropvar); #ifdef __cplusplus } -- GitLab https://gitlab.winehq.org/wine/wine/-/merge_requests/1453
participants (2)
-
Biswapriyo Nath -
Biswapriyo Nath (@Biswa96)