Required Parameter Group: | |||
1 | request variable | Input | Char(*) |
2 | length of request variable | Input | Binary(4) |
3 | request variable format | Input | Char(8) |
4 | error code | I/O | Char(*) |
Library Name/Service Program: QTCM/QZHTINCONF | |||
Threadsafe: Yes |
Use the QzhtCrtTCMServer API to create triggered cache manager servers. Configuration information associated with servers is stored separately for each server. The API is a callable service implemented as an ILE entry point within the QZHTINCONF *SRVPGM in the QTCM *LIB.
The QTCM/H(QZHTINCONF) header file includes ILE C prototypes for this API.
The variable used to pass information used to create a new triggered cache manager servers.
The number of bytes that the calling program provides for Request variable.
The format name of Request variable data. The following values must be used:
The structure in which to return error information.
Offset | Type | Field | |
---|---|---|---|
Dec | Hex | ||
0 | 0 | Char(32) | Server name |
32 | 20 | Binary(4) | Autostart property |
36 | 24 | Binary(4) | Local TCP port |
40 | 28 | Char(32) | Basing server |
Special values and their meanings are as follows:
1 | QZHT_YES, QZHT_TRUE, QZHT_ENABLED: The new server is to start when startup of *AUTOSTART servers is requested. |
0 | QZHT_NO, QZHT_FALSE, QZHT_DISABLED: The new server is not to start when startup of *AUTOSTART servers is requested. |
-1 | QZHT_DEFAULT: The default value is used. |
The special value and its meaning is as follows:
-1 | QZHT_DEFAULT: The default value is used. |
The special value and its meaning is as follows: