nw::lyt::ArcUtil::ReadTextureDir Member Function

Syntax

static bool ReadTextureDir(
     ARCDir * pDir,
     ARCDirEntry * pDirEnt
);

Arguments

Name Description
inout pDir Specifies ARCDir.
out pDirEnt Stores directory entry information.

Return Values

Returns TRUE if successful.

Description

Gets the directory entry information of a texture resource.

Gets the directory entry information of a texture resource inside the directory opened by OpenTextureDir().

Reading is skipped if the extension of the resource file does not match the texture resource.

Internally, this function calls ARCReadDir().

See Also

OpenTextureDir

Revision History

2011/02/28
Initial version.

CONFIDENTIAL