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=utf-8"> 6<META name="GENERATOR" content="IBM WebSphere Studio Homepage Builder Version 6.5.0.0 for Windows"> 7<META http-equiv="Content-Style-Type" content="text/css"> 8<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 9<title>OSInstallInfo</title> 10</head> 11 12<body> 13 14<h1>OSInstallInfo</h1> 15 16 17<h2>Syntax</h2> 18 19<dl> 20 <dd><pre><code>#include <revolution/discnand.h></code></pre> 21 </dd> 22 <dd><pre><CODE>typedef struct OSInstallInfo OSInstallInfo; 23 24struct OSInstallInfo 25{ 26 char* fileName; 27 u16* titleName; 28} 29</CODE></pre> 30</dd></dl> 31 32<h2>Description</h2> 33<P>The <CODE>OSInstallInfo</CODE> structure holds the information of the file to be installed.</P> 34<P><CODE>fileName</CODE> is the absolute path for the file being installed.</P> 35<P><CODE>titleName</CODE> is the title name for the file being installed. This is used for display purposes inside the channel installer. Characters are encoded in UTF-16BE, which is Revolution's internal character encoding.</P> 36 37<h2>See Also</h2> 38<p><a href="OSLaunchInstaller.html"><code>OSLaunchInstaller</code></a></p> 39 40<H2>Revision History</H2> 41<P> 422009/10/16 Changed the <CODE>include</CODE> file.<BR> 2007/04/20 Initial version. 43</P> 44<hr><p>CONFIDENTIAL</p></body> 45</html> 46