Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This topic describes clipboard format types and the MIME type strings that identify them.
Constant/value | Description |
---|---|
CF_NULL 0 | Null. |
CFSTR_MIME_NULL NULL | Empty string. |
CFSTR_MIME_TEXT TEXT("text/plain") | ASCII text file (.txt) MIME type. |
CFSTR_MIME_RICHTEXT TEXT("text/richtext") | Rich Text Format file (.rtf) MIME type. |
CFSTR_MIME_X_BITMAP TEXT("image/x-xbitmap") | 7-bit bitmap graphic (.bmp) MIME type. |
CFSTR_MIME_POSTSCRIPT TEXT("application/postscript") | PostScript (.ps) MIME type. |
CFSTR_MIME_AIFF TEXT("audio/aiff") | Audio Interchange File Format (.aif, .aiff) MIME type. |
CFSTR_MIME_X_AIFF TEXT("audio/x-aiff") | Audio Interchange File Format (.aif, .aiff) MIME type. |
CFSTR_MIME_BASICAUDIO TEXT("audio/basic") | Audio file (.au, .snd) MIME type. |
CFSTR_MIME_X_REALAUDIO TEXT("audio/x-pn-realaudio") | RealAudio™ (.ra, .ram) MIME type. |
CFSTR_MIME_WAV TEXT("audio/wav") | Waveform audio (.wav) MIME type. |
CFSTR_MIME_X_WAV TEXT("audio/x-wav") | Waveform audio (.wav) MIME type. |
CFSTR_MIME_BMP TEXT("image/bmp") | 8-bit bitmap graphic (.bmp) MIME type. |
CFSTR_MIME_GIF TEXT("image/gif") | Graphics Interchange Format (.gif) MIME type. |
CFSTR_MIME_JPEG TEXT("image/jpeg") | JPEG image (.jpg, .jpeg) MIME type. |
CFSTR_MIME_PJPEG TEXT("image/pjpeg") | Progressive JPEG image (.jpg) MIME type. |
CFSTR_MIME_PNG TEXT("image/png") | Internet Explorer 9. Portable Network Graphic (.png) MIME type. |
CFSTR_MIME_X_PNG TEXT("image/x-png") | Portable Network Graphic (.png) MIME type. |
CFSTR_MIME_SVG_XML TEXT("image/svg+xml") | Internet Explorer 9. Scalable Vector Graphics (.svg) MIME type. |
CFSTR_MIME_TIFF TEXT("image/tiff") | Tagged Image Format File (.tif, .tiff) MIME type. |
CFSTR_MIME_JPEG_XR TEXT("image/vnd.ms-photo") | Internet Explorer 9. Windows Media Photo, or JPEG XR image (.wdp) MIME type. |
CFSTR_MIME_X_ICON TEXT("image/x-icon") | Internet Explorer 9. Windows icon (.ico) MIME type. |
CFSTR_MIME_X_EMF TEXT("image/x-emf") | Enhanced (Extended) Windows Metafile Format (.emf) MIME type. |
CFSTR_MIME_X_WMF TEXT("image/x-wmf") | Windows Metafile format (.wmf) MIME type. |
CFSTR_MIME_XBM TEXT("image/xbm") | X Bitmap graphic (.xbm) MIME type. |
CFSTR_MIME_AVI TEXT("video/avi") | AVI video (.avi) MIME type. |
CFSTR_MIME_MPEG TEXT("video/mpeg") | MPEG video (.mpg, .mpeg) MIME type. |
CFSTR_MIME_QUICKTIME TEXT("video/quicktime") | QuickTime™ video (.qt) MIME type. |
CFSTR_MIME_X_MSVIDEO TEXT("video/x-msvideo") | AVI video (.avi) MIME type. |
CFSTR_MIME_X_SGI_MOVIE TEXT("video/x-sgi-movie") | Silicon Graphics video (.sgi) MIME type. |
CFSTR_MIME_FRACTALS TEXT("application/fractals") | Fractal image format (.fif) MIME type. |
CFSTR_MIME_RAWDATA TEXT("application/octet-stream") | Executable binary application (.dll, .exe) MIME type. |
CFSTR_MIME_RAWDATASTRM TEXT("application/octet-stream") | Executable binary application (.dll, .exe) MIME type. |
CFSTR_MIME_PDF TEXT("application/pdf") | Portable Document Format (.pdf) MIME type. |
CFSTR_MIME_HTA TEXT("application/hta") | HTML application (.hta) MIME type. |
CFSTR_MIME_APP_XML TEXT("application/xml") | XML file (.xml) MIME type. |
CFSTR_MIME_XHTML TEXT("application/xhtml+xml") | XHTML file (.xhtml) MIME type. |
CFSTR_MIME_HTML TEXT("text/html") | HTML text (.htm, .html) MIME type. |
CFSTR_MIME_XML TEXT("text/xml") | XML file (.xml) MIME type. |
Requirements
Minimum supported client |
Windows XP |
Minimum supported server |
Windows 2000 Server |
Product |
Internet Explorer 4.0 |