3 references to GetClipboardFormatName
System.Private.Windows.Core (3)
_generated\201\Windows.Win32.PInvokeCore.USER32.dll.g.cs (2)
397 /// <inheritdoc cref="GetClipboardFormatName(uint, winmdroot.Foundation.PWSTR, int)"/> 403 int __result = PInvokeCore.GetClipboardFormatName(format, lpszFormatNameLocal, lpszFormatName.Length);
System\Private\Windows\Ole\DataFormatsCore.cs (1)
105int length = PInvokeCore.GetClipboardFormatName(shortId, pBuffer, 256);