High Availability Monitors Version A.03.02 Release Notes
NOF API Verbs (QUERY Verbs)
QUERY_RJE_WKSTN_DEF
Chapter 4896
RJE_WKSTN_DEF_DATA def_data;
} RJE_WKSTN_DEF_DETAIL;
typedef struct rje_wkstn_def_data
{
unsigned char description[32]; /* Description - null terminated*/
unsigned char reserv1[16]; /* reserved */
unsigned char primary_user[32]; /* primary user name */
unsigned char group_name[32]; /* user's group name */
unsigned char system_name[64]; /* computer where workstation */
/* runs */
AP_UINT16 num_lus; /* count field for the number */
/* of LUs */
unsigned char reserv4[18]; /* Reserved */
unsigned char lu_name[5][8]; /* LU or LU Group used by */
/* workstation (up to 5) */
RJE_WKSTN_DEF_DATA;
Supplied Parameters
The application supplies the following parameters:
opcode
AP_QUERY_RJE_WKSTN_DEF
overlay_size
For compatability with future releases of SNAplus2,
your application must use this field to determine the
exact length of the overlay structure returned, and
should not rely on the use of the sizeof() function.
buf_ptr
A pointer to a data buffer that SNAplus2 will use to
return the requested information.
buf_size
Size of the supplied data buffer.
num_entries
Maximum number of workstations for which data
should be returned. To request data for a specific
workstation rather than a range, specify the value 1.To