Click or drag to resize

User32FuncGetClipboardFormatName Method

Retrieves the name of a registered clipboard format.

Namespace: Altaxo.UnmanagedApi.User32
Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static int GetClipboardFormatName(
	uint format,
	StringBuilder lpszFormatName,
	int cchMaxCount
)

Parameters

format  UInt32
The clipboard format identifier.
lpszFormatName  StringBuilder
A buffer that receives the format name.
cchMaxCount  Int32
The maximum number of characters to copy into lpszFormatName.

Return Value

Int32
The length of the copied format name, in characters.
See Also