HP Guardian Errors Manual page 264

Procedure errors and messages manual
Table of Contents

Advertisement

Format The operating system sends the process the following message, provided the process has
opened its $RECEIVE file to receive file management system messages either by setting the
FILE_OPEN_ procedure parameter options.<15>to 0 or the OPEN procedure parameter flags.<1>to
1:
sysmsg[0] = -104
sysmsg[1] = tapedisposition parameter to FILE_CLOSE_
Response If the application is tracking openers, the receiver should call FILE_GETRECEIVEINFO_
to obtain the sender's process handle, which can then be used to search the application's tables
for the entry to be deleted.
-105 BREAK ON DEVICE
Cause The BREAK key was pressed on a terminal or other device for which the application has
enabled break monitoring.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0]
sysmsg[1]
sysmsg[2] FOR 2
Response The application should take action in one of the ways described in the Guardian
Programmer's Guide.
-106
Cause The receiving process (which must have subtype 30 to receive this message) was the subject
of a call to FILE_GETINFOBYNAME_, DEVICEINFO, or a similar function requesting device-type
information.
Format The layout of the received message described in terms of an array of words is:
sysmsg[0]
sysmsg[1] FOR 3
sysmsg[4]
sysmsg[5] FOR *
Response The subtype 30 process should REPLY with the needed information in the following form:
repmsg[0]
repmsg[1]
repmsg[2]
repmsg[3] FOR 3
repmsg[6]
-107
264 System Messages
DEVICE TYPE INQUIRY
SUBORDINATE NAME INQUIRY
= -105
= File number of the receiver's open
file to the terminal that indicated
break (or -1 if unavailable).
Before D00, this is the file number
to that device (or, if there is more
than one, it can be the number of
any of the files). The device must
be open.
= The break tag value specified with
SETPARAM (if used)
= -106
= Reserved
= Length in bytes of the qualifier part
of the file name being inquired about
(zero if none given)
= The qualifier part of the file name
being inquired about, in external
form (the length is given in the
previous field)
= -106
= Device type
= Device subtype
= Reserved, must be filled with -1
= Physical record length

Hide quick links:

Advertisement

Table of Contents
loading

This manual is also suitable for:

Guardian

Table of Contents