Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IConsole::writeStderr ( const P6CHAR pFmt,
P6ARG pArgs,
P6UINT32  cArgs,
P6SIZE pcBytesWritten 
)
pure virtual

Write a formatted narrow string to stderr.

Parameters
pFmtThe NULL terminated format specification string.
pArgsThe address of the P6ARG argument array.
cArgsThe number of valid elements in pArgs.
pcBytesWrittenThe address of a P6SIZE in which will be placed the number of character written to the output.
Returns