Click or drag to resize

User32FuncGetClipboardFormatName Method

[Missing <summary> documentation for "M:Altaxo.UnmanagedApi.User32.User32Func.GetClipboardFormatName(System.UInt32,System.Text.StringBuilder,System.Int32)"]


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

Parameters

format  UInt32

[Missing <param name="format"/> documentation for "M:Altaxo.UnmanagedApi.User32.User32Func.GetClipboardFormatName(System.UInt32,System.Text.StringBuilder,System.Int32)"]

lpszFormatName  StringBuilder

[Missing <param name="lpszFormatName"/> documentation for "M:Altaxo.UnmanagedApi.User32.User32Func.GetClipboardFormatName(System.UInt32,System.Text.StringBuilder,System.Int32)"]

cchMaxCount  Int32

[Missing <param name="cchMaxCount"/> documentation for "M:Altaxo.UnmanagedApi.User32.User32Func.GetClipboardFormatName(System.UInt32,System.Text.StringBuilder,System.Int32)"]

Return Value

Int32

[Missing <returns> documentation for "M:Altaxo.UnmanagedApi.User32.User32Func.GetClipboardFormatName(System.UInt32,System.Text.StringBuilder,System.Int32)"]

See Also