OSInstallCommandBlock

Syntax

#include <revolution/discnand.h>
typedef struct OSInstallCommandBlock OSInstallCommandBlock;

struct OSInstallCommandBlock
{
        void*                       userData;
        ............
};

Description

The OSInstallCommandBlock structure contains the information necessary for the asynchronous execution of OSCheckInstall.

See Also

OSCheckInstallAsync

Revision History

2009/10/16 Changed the include file.
2007/04/20 Initial version.


CONFIDENTIAL