Buffer Declarations; Table 4-9. Tmf Buffer Declarations; Table 4-10. Tmf Private Token And Field Types; Table 4-11. Tmf Predefined Token And Field Values - HP NonStop TMF Programming Manual

Management programming manual
Table of Contents

Advertisement

Common Definitions

Table 4-9. TMF Buffer Declarations

ZTMF-DDL-MSG-BUFFER
ZTMF-DDL-MSG-MINBUFFER
ZTMF-DDL-MSG-MAXBUFFER
ZTMF-VAL-BUFLEN
ZTMF-VAL-BUFLEN-W

Table 4-10. TMF Private Token and Field Types

ZTMF-TYP-CHILDREN
ZTMF-TYP-MEDIA

Table 4-11. TMF Predefined Token and Field Values

ZTMF-VAL-SSID

Buffer Declarations

TMF provides the following buffer declarations for message buffers you can use with
the SPI procedures. All applications should use one of these declarations for a buffer
of the recommended size.
ZTMF-DDL-MSG-BUFFER
is a message buffer of the appropriate size for use with the SPI procedures.
def ZTMF-DDL-MSG-BUFFER.
02 Z-MSGCODE
02 Z-BUFLEN
02 Z-OCCURS
02 Z-FILLER
end.
ZTMF-DDL-MSG-MINBUFFER
is a message buffer of the minimum size for use with the SPI procedures.
def ZTMF-DDL-MSG-MINBUFFER.
02 Z-MSGCODE
02 Z-BUFLEN
02 Z-OCCURS
02 Z-FILLER
end.
HP NonStop TMF Management Programming Manual—540140-008
ZTMF-VAL-MAXBUFLEN
ZTMF-VAL-MAXBUFLEN-W
ZTMF-VAL-MINBUFLEN
ZTMF-VAL-MINBUFLEN-W
ZTMF-TYP-DISKMEDIA
ZTMF-TYP-USERNAME
ZTMF-VAL-VERSION
type ZSPI-DDL-INT.
type ZSPI-DDL-UINT.
type ZSPI-DDL-UINT.
type ZSPI-DDL-BYTE
Occurs 0 to ZTMF-VAL-BUFLEN times
depending on Z-OCCURS.
type ZSPI-DDL-INT.
type ZSPI-DDL-UINT.
type ZSPI-DDL-UINT.
type ZSPI-DDL-BYTE
Occurs 0 to ZTMF-VAL-MINBUFLEN times
depending on Z-OCCURS.
4-5
Buffer Declarations

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents