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=utf-8"> 5<META http-equiv="Content-Style-Type" content="text/css"> 6<LINK rel="stylesheet" type="text/css" href="../CSS/revolution.css"> 7<BASE target="main"> 8<TITLE>Disc Spin-Off Channel Development Environment: API Function List</TITLE> 9</HEAD> 10<BODY> 11<h1>Disc Spin-Off Channel Development Environment: API Function List</h1> 12 13<H2><A name="Install"><STRONG>Installation</STRONG></A></H2> 14<table border="1"> 15 <tr> 16<td><a href="./OSGetTitleStatus.html"><code>OSGetTitleStatus</code></a> </td> 17<td>Gets the channel status.</td> 18 </tr> 19 <tr> 20<td><a href="./OSIsTitleInstalled.html"><code>OSIsTitleInstalled</code></a> </td> 21<td>Checks whether the channel is already installed.</td> 22 </tr> 23 <tr> 24<td><a href="./OSCheckInstall.html"><code>OSCheckInstall</code></a> </td> 25<td>Checks whether there is enough free space to install the channel.</td> 26 </tr> 27 <tr> 28<td><a href="./OSCheckInstall.html"><code>OSCheckInstallAsync</code></a> </td> 29<td>Checks asynchronously whether there is enough free space to install the channel.</td> 30 </tr> 31 <tr> 32<td><a href="./OSLaunchInstaller.html"><code>OSLaunchInstaller</code></a> </td> 33<td>Launches the installer.</td> 34 </tr> 35</table> 36 37<h2><A name="Launch">Disc Launch</A></h2> 38<table border="1"> 39 <tr> 40<td><a href="./OSLaunchDisk.html"><code>OSLaunchDisk</code></a> </td> 41<td>Launches a disk.</td> 42 </tr> 43 <tr> 44<td><a href="./DVDPrepareDisk.html"><code>DVDPrepareDisk</code></a> </td> 45<td>Waits until the disc with the specified disc ID has been inserted.</td> 46 </tr> 47 <tr> 48<td><a href="./DVDPrepareDisk.html"><code>DVDPrepareDiskAsync</code></a> </td> 49<td>Reports with a callback when the disc with the specified disc ID has been inserted.</td> 50 </tr> 51</table> 52 53<h2><A name="Launch Information">Application Launch Information</A></h2> 54<table border="1"> 55 <tr> 56<td><a href="./OSGetLaunchCode.html"><code>OSGetLaunchCode</code></a> </td> 57<td>Gets the launch code.</td> 58 </tr> 59 <tr> 60<td><a href="./OSGetReturnCode.html"><code>OSGetReturnCode</code></a> </td> 61<td>Gets the return code.</td> 62 </tr> 63</table> 64 65<H2><A name="Struct"><STRONG>Structures</STRONG></A></H2> 66<TABLE border="1"> 67 <TBODY> 68 <tr> 69<td><a href="./OSInstallInfo.html"><code>OSInstallInfo</code></a></td> 70<td>Structure for the file information passed to the installer.</td> 71 </tr> 72 <tr> 73<td><a href="./OSInstallCommandBlock.html"><code>OSInstallCommandBlock</code></a></td> 74<td>Command block structure used inside the library to process requests by asynchronous functions.</td> 75 </tr> 76 </TBODY> 77</TABLE> 78 79<hr><p>CONFIDENTIAL</p></body> 80</HTML> 81