Click or drag to resize

ShellDataObjectCreateDataObject Method

Creates a native COM object implementing COM native IDataObject. This object is implemented by ShellBoost.

Namespace:  ShellBoost.Core
Assembly:  ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax
C#
public static Object CreateDataObject()

Return Value

Type: Object
An instance of a native COM object implementing COM native IDataObject.
See Also