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 "wingdi.h".

Implemented in "dlls/gdi32/driver.c". source.winehq.org/source/dlls/gdi32/driver.c

Debug channel "driver".


Copyright © 2007 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Mar 2007.