ESS_SEQID_T

Contains an array of sequence ids.

typedef_struct ESS_SEQID_T
{
	ESS_ULONG_T, seq_id_start; 
	ESS_ULONG_T, seq_id_upper_start; 
	ESS_ULONG_T, seq_id_end; 
	ESS_ULONG_T, seq_id_upper_end; 
} ESS_SEQID_T;
Data TypeFieldDescription
ESS_ULONG_Tseq_id_startStart of range
ESS_ULONG_Tseq_id_upper_startUpper start of range
ESS_ULONG_Tseq_id_endEnd of range
ESS_ULONG_Tseq_id_upper_endUpper end of range