Share

acReadUtf16CharFromCFile

C++

inline bool acReadUtf16CharFromCFile(
    CFile * pCFile, 
    wchar_t & wch, 
    AdCharFormatter * pChFmtr
);

File

AcCFileWrappers.h

Description

This function allows reading of a single character out of a given CFile.

Parameters

Parameters Description
pCFile Input file to be read from
wch Output character read in from pCFile
pChFmtr Input character format of pCFile

Was this information helpful?