SDK_WEAK_SYMBOL void OS_ShowAttentionChina( const char** isbn );
isbn | This specifies four character strings for the ISBN that is displayed on the health and safety caution screen. The format of the character strings is the same as that for the OS_InitChina function. |
None.
This function executes the startup screen process that displays the character string specified with the OS_InitChina function.
All of the hardware resources used internally during execution of screen display are released in their original state when they return from the function.
This function is called from inside the OS_InitChina
function. It is compiled as a function that has weak symbols. If a OS_ShowAttentionChina function is newly defined in the application, the new function has priority for linking.
07/11/2005 Initial version.