win32clipboard.GetClipboardFormatName
string = GetClipboardFormatName(format)
The GetClipboardFormatName function retrieves from the clipboard the name of the specified registered format.
Parameters
Win32 API References
Return Value
If the function succeeds, the return value is the string containing the format.If the function fails, win32api.error is raised with the GetLastError info.