1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> 2<HTML> 3<HEAD> 4<META http-equiv="Content-Type" content="text/html; charset=windows-1252"> 5<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>OS_ShowAttentionChina</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">OS_ShowAttentionChina <img src="../../image/NTR.gif" align="middle"><img src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14 <DD> 15<PRE><CODE>SDK_WEAK_SYMBOL void OS_ShowAttentionChina( const char** isbn );</CODE></PRE> 16</DL> 17<H2>Arguments</H2> 18<table border="1" width="100%"> 19 <tbody> 20 <TR> 21<TD width="20%" rowspan="5"><CODE>isbn</CODE></TD> 22<TD colspan="4">Four strings for the ISBN that is displayed on the Health and Safety screen. The format of the strings is the same as that for the <a href="OS_InitChina.html"><CODE>OS_InitChina</CODE></a> function.</TD> 23 </TR> 24 </tbody> 25</table> 26 27<H2>Return Values</H2> 28<P>None.</P> 29 30<H2>Description</H2> 31<P>Executes the startup screen processing that displays the string specified with the <a href="OS_InitChina.html"><CODE>OS_InitChina</CODE></a> function.<br>All of the hardware resources used internally during execution of screen display are released in their original state when they return from the function.<br><br>This function is called internally by the <a href="OS_InitChina.html"><CODE>OS_InitChina</CODE></a> function. This function is compiled as having weak symbols. If an <CODE>OS_ShowAttentionChina</CODE> function is newly defined inside an application, that new function will have priority when linking.</P> 32 33<H2>See Also</H2> 34<P><a href="OS_InitChina.html"><CODE>OS_InitChina</CODE></a> 35</P> 36<H2>Revision History</H2> 37<P> 382005/07/11 Initial version. 39</P> 40<hr><p>CONFIDENTIAL</p></body> 41</HTML>