This document is archived and information here might be outdated. Recommended version. |
Deserialize an object. riid references an interface to use. If interface is not supported, E_NOTIMPL is returned.
[Visual Basic .NET] Public Function ReadObject ( _ ByVal riid As Guid, _ ByVal pProps As IPropertySet _ ) As Object
[C#] public object ReadObject ( Guid riid, IPropertySet pProps );
[C++]
HRESULT ReadObject(
System.Guid riid,
IPropertySet* pProps
);
[C++] Parameters riid [in]
riid is a parameter of type System.Guid pProps [in]
pProps is a parameter of type IPropertySet*