Share

acWriteWCharToCFile

C++

void acWriteWCharToCFile(
    wchar_t wch, 
    CFile * pFile, 
    unsigned nFmt, 
    bool bUseCIF
);

File

AcCFileWrappers.h

Description

This function writes a wide character to a file.

Parameters

Parameters Description
wch Input character to write to file
pFile Input file to write to
nFmt Output char format
bUseCIF Input Boolean indicating whether CIF sequence writing should be enabled or disabled

Was this information helpful?