Click or drag to resize

IOleObjectInitFromData Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.InitFromData(System.Runtime.InteropServices.ComTypes.IDataObject,System.Int32,System.Int32)"]


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

Parameters

pDataObject  IDataObject

[Missing <param name="pDataObject"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.InitFromData(System.Runtime.InteropServices.ComTypes.IDataObject,System.Int32,System.Int32)"]

fCreation  Int32

[Missing <param name="fCreation"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.InitFromData(System.Runtime.InteropServices.ComTypes.IDataObject,System.Int32,System.Int32)"]

dwReserved  Int32

[Missing <param name="dwReserved"/> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.InitFromData(System.Runtime.InteropServices.ComTypes.IDataObject,System.Int32,System.Int32)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.Ole32.IOleObject.InitFromData(System.Runtime.InteropServices.ComTypes.IDataObject,System.Int32,System.Int32)"]

See Also