nw::lyt::ArcUtil::OpenFontDir Member Function

Syntax

static bool OpenFontDir(
     ARCHandle * pArcHandle,
     const wchar_t * pRootName,
     ARCDir * pDir
);

Arguments

Name Description
inout pArcHandle Specifies ARCHandle.
in pRootName The name of the directory that is the root for resource searches.
out pDir Stores directory information.

Return Values

Returns TRUE if successful.

Description

Opens the archive directory of the font resource.

After the directory is opened, directory entry information for the font resource is obtained using ReadFontDir().

Internally, this function calls ARCChangeDir() and ARCOpenDir(). After using this function, close the directory using ARCCloseDir().

See Also

ReadFontDir
ARCChangeDir
ARCOpenDir
ARCCloseDir

Revision History

2011/02/28
Initial version.

CONFIDENTIAL