ExtEscape(3w)
NAME
ExtEscape (GDI32.@)
SYNOPSIS
INT ExtEscape ( HDC hdc, INT nEscape, INT cbInput, LPCSTR lpszInData, INT cbOutput, LPSTR lpszOutData )
DESCRIPTION
Access capabilities of a particular device that are not available
through GDI.
PARAMS
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.
RETURNS
Success: >0 Not implemented: 0
Failure: <0
IMPLEMENTATION
Defined in "gdi_private.h".
Implemented in "build/buildd-wine-unstable_1.1.32-1+b1-amd64-KnxYu0/wine-unstable-1.1.32/build32/dlls/gdi32/driver.c".
- Debug channel "driver".