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>OSInstallCommandBlock</title> 10</head> 11 12<body> 13 14<h1>OSInstallCommandBlock</h1> 15 16 17<h2>Syntax</h2> 18 19<dl> 20 <dd><pre><code>#include <revolution/discnand.h></code></pre> 21 </dd> 22 <dd> 23 <pre><CODE>typedef struct OSInstallCommandBlock OSInstallCommandBlock; 24 25struct OSInstallCommandBlock 26{ 27 void* userData; 28 ............ 29};</CODE></pre></dd></dl> 30 31<h2>Description</h2> 32 33<P>The <CODE>OSInstallCommandBlock</CODE> structure contains the information necessary for the asynchronous execution of <CODE>OSCheckInstall</CODE>.</P> 34<h2>See Also</h2> 35 36<p><a href="OSCheckInstall.html"><code>OSCheckInstallAsync</code></a></p> 37<H2>Revision History</H2> 38<P> 392009/10/16 Changed the <CODE>include</CODE> file.<BR> 2007/04/20 Initial version.</P> 40<hr><p>CONFIDENTIAL</p></body> 41</html> 42