nw::lyt::ARCGetStartAddrInMem Function
void * ARCGetStartAddrInMem(
ARCFileInfo * af
);
| Name | Description | |
|---|---|---|
| in | af | The ARCFileInfo structure of the file. |
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.
CONFIDENTIAL