Compartir a través de


IOleObject.InitFromData Method

Namespace: Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.Win32
Assembly: Microsoft.Crm.UnifiedServiceDesk.Dynamics (in Microsoft.Crm.UnifiedServiceDesk.Dynamics.dll)

Usage

'Usage
Dim instance As IOleObject
Dim pDataObject As IDataObject
Dim fCreation As Boolean
Dim dwReserved As UInteger

instance.InitFromData(pDataObject, fCreation, dwReserved)

Syntax

'Declaration
Sub InitFromData ( _
    pDataObject As IDataObject, _
    fCreation As Boolean, _
    dwReserved As UInteger _
)
void InitFromData (
    IDataObject pDataObject,
    bool fCreation,
    uint dwReserved
)
void InitFromData (
    IDataObject^ pDataObject, 
    bool fCreation, 
    unsigned int dwReserved
)
void InitFromData (
    IDataObject pDataObject, 
    boolean fCreation, 
    UInt32 dwReserved
)
function InitFromData (
    pDataObject : IDataObject, 
    fCreation : boolean, 
    dwReserved : uint
)

Parameters

  • pDataObject
  • fCreation
  • dwReserved

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

See Also

Reference

IOleObject Interface
IOleObject Members
Microsoft.Crm.UnifiedServiceDesk.Dynamics.Utilities.Win32 Namespace

Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.