#include <twl/na.h>
BOOL NA_DeleteSubBanner( NASubBanner *buf );
buf | Pointer to the work buffer that the function uses internally. |
Returns TRUE
if processing completed successfully.
The following are possible reasons for the function to fail.
NULL
pointer is specified for buf.
Unsets the sub-banner and causes the banner in the SRL file to be displayed by the launcher.
This function is exclusive to NAND applications. It cannot be used by card applications.
2008/09/16 Initial version.
CONFIDENTIAL