XieIsRoi(3X) — Subroutines
Digital
NAME
XieIsRoi − This routine determines whether or not the XIE resource associated with a given identifier is an ROI.
C Format
flag = XieIsRoi(res_id)
C Argument Information
unsigned char flag;
XieResource res_id;
RETURN VALUES
The routine returns a value of True in the flag argument if the specified XIE resource is an ROI. Otherwise the returned value is False.
PARAMETERS
res_idThe res_id argument specifies the identifier of the XIE resource you want to test.
DESCRIPTION
This routine determines whether or not the XIE resource associated with a given identifier is an ROI. You can use the C Macro IsRoi_ instead of this routine.
XIE Events and Error Messages
Protocol Messages: None
XIE event returned: None
XieLib errors: None
XieServer errors: None