Commit 0d294ad2 authored by Biswapriyo Nath's avatar Biswapriyo Nath Committed by Alexandre Julliard

include: Add Stg functions declaration in propvarutil.h.

parent 03ad9474
......@@ -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
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment