nw::lyt::ArcResourceLink::Set Member Function

Syntax

bool Set(
     void*       archiveStart,
     const char* resourceRootDirectory
);

Arguments

Name Description
archiveStart Start address of the archive.
resourceRootDirectory Represents the name of the root directory of the resource.

Return Values

Returns TRUE if archive settings are made successfully; otherwise, returns FALSE.

Description

Configures and initializes the archive.

Fails if the archive format is invalid.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL