GdiplusAbort::Abort function (gdiplustypes.h)

Abort is an application-defined method that is called periodically by Windows GDI+ during time-consuming rendering operations. See the GdiplusAbort structure.

Syntax

HRESULT Abort();

Parameters

This function has no parameters.

Return value

Return S_OK for GDI+ to continue the rendering operation. Return E_ABORT for GDI+ to abort the rendering operation.

Requirements

Requirement Value
Minimum supported client Windows 10 Build 20348
Minimum supported server Windows 10 Build 20348
Header gdiplustypes.h

See also

GdiplusAbort