User32FuncGetClipboardFormatName Method |
Retrieves the name of a registered clipboard format.
Namespace: Altaxo.UnmanagedApi.User32Assembly: AltaxoDom (in AltaxoDom.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic 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
Int32The length of the copied format name, in characters.
See Also