bool Set(
void* archiveStart,
const char* resourceRootDirectory
);
| Name | Description | |
|---|---|---|
| archiveStart | Start address of the archive. | |
| resourceRootDirectory | Represents the name of the root directory of the resource. |
Configures and initializes the archive.
Fails if the archive format is invalid.
CONFIDENTIAL