ExtEscape (GDI32.@)
INT ExtEscape ( HDC hdc, INT nEscape, INT cbInput, LPCSTR lpszInData, INT cbOutput, LPSTR lpszOutData )
Access capabilities of a particular device that are not available through GDI.
hdc | [In] | Handle to device context. |
nEscape | [In] | Escape function. |
cbInput | [In] | Number of bytes in input structure. |
lpszInData | [In] | Pointer to input structure. |
cbOutput | [In] | Number of bytes in output structure. |
lpszOutData | [Out] | Pointer to output structure. |
Success: >0 Not implemented: 0
Failure: <0
Defined in "wingdi.h".
Implemented in "dlls/gdi/driver.c". source.winehq.org/source/dlls/gdi/driver.c
Debug channel "driver".
Copyright © 2006 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Oct 2006.