QueryAbort16.3w

Langue: en

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

Section: 3 (Bibliothèques de fonctions)

NAME

QueryAbort16 (GDI.155)

SYNOPSIS

BOOL16 QueryAbort16
 (
  HDC16 hdc16,
  INT16 reserved
 )

DESCRIPTION

Calls the app's AbortProc function if avail.

RETURNS

TRUE if no AbortProc avail or AbortProc wants to continue printing. FALSE if AbortProc wants to abort printing.

IMPLEMENTATION

Not defined in a Wine header. The function is either undocumented, or missing from Wine.

Implemented in "dlls/gdi32/printdrv16.c".

Debug channel "print".