Click or drag to resize

IOleObjectInitFromData Method

Initializes the object from a data object.

Namespace: Altaxo.UnmanagedApi.Ole32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
int InitFromData(
	IDataObject pDataObject,
	int fCreation,
	int dwReserved
)

Parameters

pDataObject  IDataObject
The data object used for initialization.
fCreation  Int32
Nonzero to indicate a new object should be created from the data.
dwReserved  Int32
Reserved. Must be zero.

Return Value

Int32
The HRESULT returned by the COM method.
See Also