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.0.0 for Windows"> 6<META http-equiv="Content-Style-Type" content="text/css"> 7<TITLE>OS_GetBootType</TITLE> 8<LINK rel="stylesheet" href="../../css/nitro.css" type="text/css"> 9</HEAD> 10<BODY> 11<H1 align="left">OS_GetBootType <IMG src="../../image/NTR.gif" align="middle"><IMG src="../../image/TWL.gif" align="middle"></H1> 12 13<H2>Definition</H2> 14<DL> 15 <DD> 16 <PRE><CODE>#include <nitro/os.h></CODE></PRE> 17 <PRE><CODE>OSBootType OS_GetBootType(void);</CODE></PRE> 18</DL> 19 20<H2>Arguments</H2> 21<P> 22None. 23</P> 24 25<H2>Return Values</H2> 26<P> 27Returns an <A href="OSBootType.html"><CODE>OSBootType</CODE></A> enumerated type that represents the current boot status. 28</P> 29 30<H2>Description</H2> 31<P> 32Returns the <CODE>boot_type</CODE> member of the <A href="OSBootInfo.html"><CODE>OSBootInfo</CODE></A> structure. 33</P> 34 35<H2>Revision History</H2> 36<P> 372007/11/07 Initial version. 38</P> 39<hr><p>CONFIDENTIAL</p></body> 40</HTML>