3.1.4.7.5 RpcAsyncScheduleJob (Opnum 6)

RpcAsyncScheduleJob does not perform any function, but returns ERROR_SPL_NO_ADDJOB.

The counterpart of this method in the Print System Remote Protocol is RpcScheduleJob. All parameters not defined below are specified in [MS-RPRN] section 3.1.4.3.5.

 DWORD RpcAsyncScheduleJob(
   [in] PRINTER_HANDLE hPrinter,
   [in] DWORD JobId
 );

hPrinter: A handle to a printer object that was opened using either RpcAsyncOpenPrinter (section 3.1.4.1.1) or RpcAsyncAddPrinter (section 3.1.4.1.2).

Return Values: This method MUST return ERROR_SPL_NO_ADDJOB ([MS-ERREF] section 2.2).

This method MUST be implemented to ensure compatibility with protocol clients.