3.1.4.1.20 RpcAsyncDeletePrinterIC (Opnum 37)

RpcAsyncDeletePrinterIC deletes a printer information context.

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

 DWORD RpcAsyncDeletePrinterIC(
   [in, out] GDI_HANDLE* phPrinterIC
 );

phPrinterIC: A non-NULL pointer to a printer information context handle ([MS-RPRN] section 2.2.1.1.2) that has been returned by RpcAsyncCreatePrinterIC (section 3.1.4.1.18).

Return Values: This method returns zero to indicate successful completion or a nonzero Win32 error code ([MS-ERREF] section 2.2) to indicate failure. The client MUST treat any nonzero return value as a fatal error.

Exceptions Thrown: This method MUST NOT throw any exceptions other than those that are thrown by the underlying RPC protocol [MS-RPCE].

This method MUST adhere to the parameter validation, processing, and response requirements that are specified in [MS-RPRN] section 3.1.4.2.12.