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, OSChinaIsbn param );</CODE></PRE>
16</DL>
17<H2>Arguments</H2>
18<table border="1" width="100%">
19  <tbody>
20    <TR>
21<TD width="20%"><EM><STRONG><FONT face="Courier New">isbn</FONT></STRONG></EM></TD>
22<TD>Specifies four ISBN-related strings 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    <TR>
25<TD width="20%"><EM><STRONG><FONT face="Courier New">param</FONT></STRONG></EM></TD>
26<TD colspan="4">Specifies behavior related to display of the ISBN number. The specifiable values are the same as the <a href="OS_InitChina.html"><CODE>OS_InitChina</CODE></a> function.</TD>
27    </TR>
28  </tbody>
29</table>
30
31<H2>Return Values</H2>
32<P>None.</P>
33
34<H2>Description</H2>
35<P>This function executes the startup screen processing that displays the strings specified in the <a href="OS_InitChina.html"><CODE>OS_InitChina</CODE></a> function.<br>All of the hardware resources used internally during screen display are released back to their original state when execution returns from this 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>
36
37<H2>See Also</H2>
38<P><CODE><a href="OS_InitChina.html">OS_InitChina</a></CODE>
39</P>
40<H2>Revision History</H2>
41<P>
422009/05/27 Added second argument.<BR>
43 2005/07/11 Initial version.</P>
44<hr><p>CONFIDENTIAL</p></body>
45</HTML>