nw::lyt::ARCGetStartAddrInMem Function

Syntax

void * ARCGetStartAddrInMem(
     ARCFileInfo * af
);

Arguments

Name Description
in af The ARCFileInfo structure of the file.

Return Values

Returns the start address of the file.

Description

Gets the start address of the file in memory.

Assuming that the entire archive file is located in memory, ARCGetStartAddrInMem returns the start address of the file in memory.

Operations when this function is called cannot be guaranteed unless the entire archive is loaded.

See Also

ARCFastOpen
ARCOpen
ARCGetLength


CONFIDENTIAL