Scroll to navigation

QueryAbort16(3w) Wine API QueryAbort16(3w)

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

Declared in "wine/wingdi16.h".
Implemented in "dlls/gdi.exe16/gdi.c".
Debug channel "gdi".
Oct 2012 Wine API