Nein, es gibt nicht EINE Funktion. Du mußt die Jobs mit EnumJobs() listen und dann mit:
Code:
BOOL SetJob(
HANDLE hPrinter, //
handle to printer object
DWORD JobId, // print job identifier
DWORD Level, // information level
LPBYTE pJob, // job information buffer
DWORD Command // job command value
);
... abbrechen