Click or drag to resize

ShellDataObjectCreateDataObject Method

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

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

Return Value

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