struct app_sel_list {
   unsigned char             asl_appname[APP_LEN + 1];
   unsigned char             asl_pad_1;
   unsigned short            asl_apptype;
   unsigned short            asl_reserved;
};
where:
struct app_sel_list_200 {   unsigned char             asl200_appname[APP_LEN + 1];
   unsigned char *           asl200_global_name;
   unsigned long             asl200_apptype;
};
where:
- asl200_appname is identical to as1_appname
 
- asl200_global_name points to an ASCIIZ string
that contains the global name of the application.  The string may be up
to CDS_FNAME_MAX(1024) (defined in cdsclerk.h) characters.
 
- asl200_apptype is identical to as1_apptype
except it is now an unsigned long.
[Back] 
[Next]