nw::lyt::ArcResourceAccessor::Attach Member Function

Syntax

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

Arguments

Name Description
archiveStart The pointer to the archive data.
resourceRootDirectory The name of the directory that is the root for resource searches.

Return Values

Returns true if registration succeeds; otherwise, returns false.

Description

Registers the archive data.

Revision History

2009/09/18
Initial version.

CONFIDENTIAL