Click or drag to resize

ShellDataObjectFormatSetHGlobalFormat Method (Object, Int32, Byte, Int32, DVASPECT, Boolean)

Sets a format to an IDataObject using an array of bytes.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int SetHGlobalFormat(
	Object dataObject,
	int format,
	byte[] data,
	int index = -1,
	DVASPECT aspect = DVASPECT.DVASPECT_CONTENT,
	bool throwOnError = true
)

Parameters

dataObject
Type: SystemObject
The data object.
format
Type: SystemInt32
The format.
data
Type: SystemByte
The data.
index (Optional)
Type: SystemInt32
The FORMATETC index.
aspect (Optional)
Type: System.Runtime.InteropServices.ComTypesDVASPECT
The aspect.
throwOnError (Optional)
Type: SystemBoolean
if set to true errors may be throw in case of Windows Shell errors.

Return Value

Type: Int32
0 or an error code.
Exceptions
ExceptionCondition
ArgumentNullException dataObject or data is null.
See Also