1
0
mirror of https://github.com/wine-mirror/wine synced 2024-07-08 03:45:57 +00:00

include: Add Stg functions declaration in propvarutil.h.

This commit is contained in:
Biswapriyo Nath 2022-11-20 15:20:35 +00:00 committed by Alexandre Julliard
parent 03ad947420
commit 0d294ad265

View File

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