OSInstallInfo

Syntax

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

struct OSInstallInfo
{
    char*   fileName;
    u16*    titleName;
}

Description

The OSInstallInfo structure holds the information of the file to be installed.

fileName is the absolute path for the file being installed.

titleName 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.

See Also

OSLaunchInstaller

Revision History

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


CONFIDENTIAL