Download ® User Manual

Transcript
User Manual
5.2.4 Functions to manage Resident Receive Entries
This chapter describes the functions which are required to manage
Resident Receive Entries.
5.2.4.1 Type Definition and Macros
typedef struct{
char
uid_local[RVSCAL_L_USID];
char
vdsn[RVSCAL_L_VDSN];
char
uid_sender[RVSCAL_L_USID];
char
sid_sender[RVSCAL_L_STATID];
char
dsn_local[RVSCAL_L_DSN];
char
s_replace[RVSCAL_L_C1];
char
s_disp[RVSCAL_L_C1];
SINT
flg_stamp;
char
s_printdef[RVSCAL_L_C1];
char
dsn_batchjob[RVSCAL_L_DSN];
char
uid_creator[RVSCAL_L_USID];
char
accnt_rcv[RVSCAL_L_ACCT];
char
comment[RVSCAL_L_RECMNT];
char
dt_lastused[RVSCAL_L_DT];
} INFO_RE ;
#define RE_UPDATE
#define RE_DELETE
#define RE_CREATE
1
2
3
5.2.4.2 Get next command number of Resident Receive Entry
from Database
Prototype rvsGetNextRE:
PROCDEF int PROCKEYW rvsGetNextRE( const long
cn_pre, long *lpcn_re);
Description of Parameters
cn_pre
(const long, input)
command number of previous resident receive
entry
lpcn_re
(long *, output)
command number of next resident receive entry
found in RE table
154