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_GetPrintBlockingMode</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">OS_GetPrintBlockingMode <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1> 12<H2>Syntax</H2> 13<DL> 14<DD><CODE>#include <nitro/os.h></CODE><BR> <BR> <CODE>BOOL OS_GetPrintBlockingMode( void );</CODE> 15</DL> 16<H2>Arguments</H2> 17<P>None.</P> 18<H2>Return Values</H2> 19<P>Returns the current setting values.</P> 20<P>If <CODE>TRUE</CODE>, blocking mode; if <CODE>FALSE</CODE>, non-blocking mode.</P> 21<H2>Description</H2> 22<P>Gets the blocking mode setting for IS-TWL-DEBUGGER or IS-NITRO-DEBUGGER debugger output. </P> 23<P>See <A href="OS_SetPrintBlockingMode.html"><CODE>OS_SetPrintBlockingMode</CODE></A>, the function that sets the blocking mode, for a description of the blocking mode.</P> 24<P>This function is used for debugging. This function always returns <CODE>FALSE</CODE> with the FINALROM library.</P> 25<P>The blocking mode switching feature is sometimes not implemented depending on the version of IS-TWL-DEBUGGER and IS-NITRO-DEBUGGER. Check the debugging software update history. You can call this function even when the feature is unsupported. If the feature is unsupported, <CODE>OS_GetPrintBlockingMode</CODE> always returns <CODE>FALSE</CODE>.</P> 26<P>If no settings have been configured, the initial value depends on the implementation of the debugger software.</P> 27<H2>See Also</H2> 28<P><CODE><A href="OS_SetPrintBlockingMode.html">OS_SetPrintBlockingMode</A><BR></CODE></P> 29<H2>Revision History</H2> 30<P>2009/04/21 Corrected the value in effect when blocking mode is unsupported.<BR> 2009/04/02 Initial version.</P> 31<hr><p>CONFIDENTIAL</p></body> 32</HTML>