Share

AcFILE::fprintf

C++

ACBASE_PORT int fprintf(
    const wchar_t * pFmtStr, 
    ...
);

Description

Call this method to print formatted data to the file associated with AcFILE. If any arguments are provided in the variable parameter list, each is converted and output according to the corresponding format specification in pFmtStr.

Returns the number of characters written out to the file or -1 to indicate an error condition.

Parameters

Parameters Description
pFmtStr Input format-control string... : Input optional variable argument list

Links

AcFILE

Previous Declaration

int fprintf(

const TCHAR * pFmtStr,

...

);

Was this information helpful?