Error messages
CPF3C17 E
Error occurred with input data parameter
CPF3CF1 E
Error code parameter not valid.
HTPA104 E
Server configuration not found or is unreadable.
Retreive a list of all Configuration Names(QzhbGetConfigNames) API
Required Parameter Group:
1 buf Output Char(*)
2 buf_size Input Binary(4)
3 buf_actlen Output Binary(4)
4 count Output Binary(4)
5 errcode I/O Char(*)
Threadsafe: Yes
Use the QzhbGetConfigNames API to retrieve a list of all server configuration names
defined on your AS/400.
Authorities and locks
To invoke this API, the user must have the following authorities:
v*EXECUTE authority to the QUSRSYS library
v*OBJOPR and *READ authority to the QUSRSYS/QATMHTTPC file
Required parameter group
buf
OUTPUT:CHAR(*)
The buffer where the configuration names are placed.
buf_size
INPUT:BINARY(4)
The size of the buffer in bytes.
buf_actlen
OUTPUT:BINARY(4)
The length of all configuration names. Any data beyond the size specified in
buf_size parameter is truncated.
count
OUTPUT:BINARY(4)
The total number of server configuration names, whether or not they fit in the
buffer.
errcode
I/O:CHAR(*)
42 WebProgramming Guide V4R5