Click or drag to resize

ShellDataObjectFormatRegisterClipboardFormat Method

Registers a new clipboard format. This format can then be used as a valid clipboard format. If a registered format with the specified name already exists, a new format is not registered and the return value identifies the existing format.

Namespace:  callback.ShellBoost.Core
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static int RegisterClipboardFormat(
	string format
)

Parameters

format
Type: SystemString
The name of the new format.

Return Value

Type: Int32
The new format or 0 if the function failed.
See Also