RoCreatePropertySetSerializer function (rometadataresolution.h)
Creates a new instance of an object that implements IPropertySetSerializer.
Syntax
HRESULT RoCreatePropertySetSerializer(
__IPropertySetSerializer__ **ppPropertySetSerializer
);
Parameters
ppPropertySetSerializer
Recieves a pointer to the new instance of IPropertySetSerializer.
Return value
S_OK on success.
Remarks
The returned IPropertySetSerializer can be used to serialize and deserialize property sets to and from buffers that are used within a process or passed between two running processes. There is no guarantee that a serialized property set buffer can be deserialized by another computer or by the same computer after a reboot.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 10 |
Minimum supported server | Windows Server 2019 |
Header | rometadataresolution.h |
Library | WindowsApp.lib |
DLL | WinTypes.dll |