.\" -*- nroff -*- .\" Generated file - DO NOT EDIT! .TH ExtEscape 3w "Oct 2012" "Wine API" "Wine API" .SH NAME \fBExtEscape\fR (GDI32.@) .SH SYNOPSIS INT ExtEscape ( HDC \fIhdc\fR, INT \fInEscape\fR, INT \fIcbInput\fR, LPCSTR \fIlpszInData\fR, INT \fIcbOutput\fR, LPSTR \fIlpszOutData\fR ) .SH DESCRIPTION .PP Access capabilities of a particular device that are not available through \fBGDI\fR. .SH PARAMS \fIhdc\fR \fB[In]\fR Handle to device context. .PP \fInEscape\fR \fB[In]\fR Escape function. .PP \fIcbInput\fR \fB[In]\fR Number of bytes in input structure. .PP \fIlpszInData\fR \fB[In]\fR Pointer to input structure. .PP \fIcbOutput\fR \fB[In]\fR Number of bytes in output structure. .PP \fIlpszOutData\fR \fB[Out]\fR Pointer to output structure. .PP .SH RETURNS .PP \fBSuccess:\fR >0 Not implemented: \fB0\fR .PP \fBFailure:\fR <0 .SH IMPLEMENTATION .PP Declared in \fB"gdiplusenums.h"\fR. .PP Implemented in \fB"dlls/gdi32/driver.c"\fR. .PP Debug channel \fB"driver"\fR.