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.

41 lines
844 B

  1. LIBRARY GDI32
  2. EXPORTS
  3. ; Private spooler stuff
  4. GdiInitSpool = NtGdiInitSpool PRIVATE
  5. GdiGetSpoolMessage = NtGdiGetSpoolMessage PRIVATE
  6. GdiQueryFonts = NtGdiQueryFonts PRIVATE
  7. GetCharWidthInfo = NtGdiGetCharWidthInfo PRIVATE
  8. ; for print processors
  9. GdiGetPageCount
  10. GdiGetDC
  11. GdiDeleteSpoolFileHandle
  12. GdiGetPageHandle
  13. GdiGetSpoolFileHandle
  14. GdiPlayEMF
  15. GdiStartDocEMF
  16. GdiStartPageEMF
  17. GdiPlayPageEMF
  18. GdiPlayPrivatePageEMF
  19. GdiEndPageEMF
  20. GdiEndDocEMF
  21. GdiGetDevmodeForPage
  22. GdiResetDCEMF
  23. ; other stuff
  24. CreateDCA
  25. CreateDCW
  26. DeleteDC
  27. CancelDC
  28. GetDeviceCaps
  29. GetWorldTransform
  30. ModifyWorldTransform
  31. SetGraphicsMode
  32. SetWorldTransform
  33. ResetDCA
  34. ResetDCW