ExtEscape.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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 "dlls/gdi32/driver.c".

Debug channel "driver".