Win32.IOleObject.InitFromData(IDataObject, Boolean, UInt32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void InitFromData(System::Windows::IDataObject ^ pDataObject, bool fCreation, System::UInt32 dwReserved);
public void InitFromData (System.Windows.IDataObject pDataObject, bool fCreation, uint dwReserved);
abstract member InitFromData : System.Windows.IDataObject * bool * uint32 -> unit
Public Sub InitFromData (pDataObject As IDataObject, fCreation As Boolean, dwReserved As UInteger)
Parameters
- pDataObject
- IDataObject
- fCreation
- Boolean
- dwReserved
- UInt32