March 28, 2024

Dynamic Windows Function [dw_print_run]

Syntax

int dw_print_run(HPRINT print, unsigned long flags)

Parameters

HPRINT print: Handle to the print object returned by dw_print_new().
unsigned long flags: Flags to run the print job.

Returns

int DW_ERROR_UNKNOWN on error or DW_ERROR_NONE on success.

Description

Runs the print job, causing the draw page callbacks to fire.

Remarks

This API was introduced in version 2.2.