Application Data Structure Header
struct app_sel_info_1 {
unsigned long asi1_reserved;
unsigned short asi1_count;
};
where:
- asi1_reserved is reserved for future use. It
must be 0.
- asi1_count indicates the number of app_sel_list
structures that immediately follow the app_sel_info_1 structure.
struct app_sel_info_200 { unsigned long asi200_count;
} app_sel_info_200_t;
where asi200_count is identical to asi1_count except that
it is now an unsigned long.
[Back: User Application Data Structures]
[Next: Application List]