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.
42 lines
844 B
42 lines
844 B
LIBRARY GDI32
|
|
|
|
EXPORTS
|
|
|
|
; Private spooler stuff
|
|
|
|
GdiInitSpool = NtGdiInitSpool PRIVATE
|
|
GdiGetSpoolMessage = NtGdiGetSpoolMessage PRIVATE
|
|
GdiQueryFonts = NtGdiQueryFonts PRIVATE
|
|
GetCharWidthInfo = NtGdiGetCharWidthInfo PRIVATE
|
|
|
|
; for print processors
|
|
|
|
GdiGetPageCount
|
|
GdiGetDC
|
|
GdiDeleteSpoolFileHandle
|
|
GdiGetPageHandle
|
|
GdiGetSpoolFileHandle
|
|
GdiPlayEMF
|
|
GdiStartDocEMF
|
|
GdiStartPageEMF
|
|
GdiPlayPageEMF
|
|
GdiPlayPrivatePageEMF
|
|
GdiEndPageEMF
|
|
GdiEndDocEMF
|
|
GdiGetDevmodeForPage
|
|
GdiResetDCEMF
|
|
|
|
; other stuff
|
|
|
|
CreateDCA
|
|
CreateDCW
|
|
DeleteDC
|
|
CancelDC
|
|
GetDeviceCaps
|
|
GetWorldTransform
|
|
ModifyWorldTransform
|
|
SetGraphicsMode
|
|
SetWorldTransform
|
|
ResetDCA
|
|
ResetDCW
|
|
|