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". https://source.winehq.org/source/include/wine/wingdi16.h

Implemented in "dlls/gdi.exe16/gdi.c". https://source.winehq.org/source/dlls/gdi.exe16/gdi.c

Debug channel "gdi".


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