HPlogo   HP 3000 Computer Systems: MPE/iX Architected Interface Facility:
Operating System Reference Manual
> Chapter 3 Architected Interface Descriptions

3.58 AIFSPPSHUTQ

MPE documents

Complete PDF

 

Table of Contents

Index

 

⇓ Page Bottom

Syntax
Parameters
Operation Notes

⇑ Page Top

 

3.57 AIFSPPRESUME

3.59 AIFSPPSTART

Closes the spool queue for the specified logical device number, device name, or device class.

Syntax


               REC             REC             I32
 AIFSPPSHUTQ ( overall_status, spooler_device, user_id );
  

Parameters

overall_status

record by reference (required)

Returns the overall status of the call. A zero indicates a successful call. A negative value indicates an error in the overall call. A positive value indicates a warning. Refer to appendix A for meanings of status values.

Record type: status_type (Refer to appendix B.)

spooler_device

record by reference (required)

Passes the device name, LDEV number or device class for which a spool queue is to be closed. An LDEV number must be converted into an ASCII character string before being passed to this routine. The name should be left-justified and padded with blanks.

Array type: device_name_type (Refer to appendix B.)

user_id

32-bit signed integer by value (optional)

The user ID assigned to a vendor at the time of purchase of the Architected Interface Facility: Operating System product. If it is not passed, the caller must have previously called AIFACCESSON.

Default: 0

Operation Notes

AIFSPPSHUTQ is the programmatic interface for executing the SHUTQ command.



3.57 AIFSPPRESUME

3.59 AIFSPPSTART