struct app_info_0 { unsigned char app0_name[APP_LEN + 1]; };
where:
app0_name
is an ASCIIZ string that specifies an identifying name for the application. You can use any characters except embedded blanks and the following:
" / \ [ ] : | < > + = ; , . ? *
[Back]
[Next]