1<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2<html>
3
4<head>
5<META http-equiv="Content-Type" content="text/html; charset=windows-1252">
6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 7.0.1.0 for Windows">
7<META http-equiv="Content-Style-Type" content="text/css">
8<title>OS_DumpContext</title>
9<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css">
10</head>
11
12<body>
13
14<h1 align="left">OS_DumpContext <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></h1>
15<h2>Syntax</h2>
16
17<dl>
18  <dd>
19<CODE>#include &lt;nitro/os.h&gt;</CODE><BR>
20  <BR>
21  <CODE>void OS_DumpContext( OSContext* context );</CODE></dd>
22</dl>
23<h2>Arguments</h2>
24<TABLE border="1" width="100%">
25  <TBODY>
26    <TR>
27<TD width="13%"><EM><STRONG>context</STRONG></EM></TD>
28<TD width="87%">Context to be displayed</TD>
29    </TR>
30  </TBODY>
31</TABLE>
32
33<h2>Return Values</h2>
34<p>None.</p>
35
36<H2>Description</H2>
37<P>This function displays the context and is used for debugging. This function is used for debugging. The contents of the context structure are displayed by using <A href="../debug/OS_Printf.html"><code>OS_Printf()</code></A>. </P>
38<P>Refer to <A href="OS_InitContext.html"><code>OS_InitContext()</code></A> for details on the contents of the context structure.</P>
39<H3><BR> Display Mode</H3>
40<P>If an accurate display of all information takes priority over speed, as it does in this function, we recommend temporarily setting the display to blocking mode. See <A href="../debug/OS_SetPrintBlockingMode.html"><CODE>OS_SetPrintBlockingMode</CODE></A> for details.</P>
41<h2>See Also</h2>
42<p><CODE><A href="OS_InitContext.html">OS_InitContext</A><BR><A href="OS_SaveContext.html">OS_SaveContext</A><BR><A href="OS_LoadContext.html">OS_LoadContext</A><BR> <A href="../debug/OS_SetPrintBlockingMode.html">OS_SetPrintBlockingMode</A></CODE></p>
43<H2>Revision History</H2>
44<P>2009/07/27 Added <B>Display Mode</B>.<BR> 2003/12/01 Initial version.</P>
45<hr><p>CONFIDENTIAL</p></body>
46</html>
47