Click or drag to resize

IDataObjectFormatsSetFormat Method

Gets the formats.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
void SetFormat(
	int format,
	byte[] bytes
)

Parameters

format
Type: SystemInt32
The format.
bytes
Type: SystemByte
The data as an array of bytes.

Field Value

Type: 
The formats.
See Also