nw::io::HioFileStream::OpenMember Function

Syntax

bool Open(
     const char* path ,
     bit32 accessMode,
     nn::hio::HostFile::OpenDisp
);

bool Open(
     nn::hio::HostFile *,
     bit32 accessMode,
     bool closeEnable = true
);

List of Overloaded Member Functions

Open ( const char *, bit32, nn::hio::HostFile::OpenDisp )
Open ( nn::hio::HostFile *, bit32, bool )

Description of Open ( const char *, bit32, nn::hio::HostFile::OpenDisp )

Description of Open ( nn::hio::HostFile *, bit32, bool )


CONFIDENTIAL