Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
951 B

  1. #include "windows.h"
  2. #include "clipsrv.h"
  3. #include "clipsrv.rcv"
  4. IDI_CLIPSRV ICON clipsrv.ico
  5. STRINGTABLE DISCARDABLE
  6. BEGIN
  7. CF_TEXT, "&Text"
  8. CF_BITMAP, "&Bitmap"
  9. CF_METAFILEPICT, "&Picture"
  10. CF_SYLK, "&Sylk"
  11. CF_DIF, "&DIF"
  12. CF_TIFF, "T&IFF"
  13. CF_OEMTEXT, "&OEM Text"
  14. CF_DIB, "&DIB Bitmap"
  15. CF_PALETTE, "Pal&ette"
  16. CF_PENDATA, "Pe&n Data"
  17. CF_RIFF, "&RIFF"
  18. CF_WAVE, "&Wave Audio"
  19. CF_OWNERDISPLAY, "O&wner display"
  20. CF_DSPTEXT, "Disp&lay Text"
  21. CF_DSPBITMAP, "Displa&y Bitmap"
  22. CF_DSPMETAFILEPICT, "Display Pict&ure"
  23. CF_ENHMETAFILE, "&Enhanced Metafile"
  24. CF_DSPENHMETAFILE, "Display En&hanced Metafile"
  25. CF_UNICODETEXT, "&Unicode Text"
  26. END