#include <p6runtimeif.h>
Inherits P6R::p6ICom.
Public Member Functions | |
virtual P6R::P6INT32 | addref ()=0 |
virtual P6R::P6ERR | queryInterface (const P6R::IID &iid, P6R::P6VOID **ppIface)=0 |
virtual P6R::P6ERR | readStdin (P6R::P6CHAR *pBuffer, P6R::P6SIZE cBytesToread, P6R::P6SIZE *pcBytesRead)=0 |
virtual P6R::P6INT32 | release ()=0 |
virtual P6R::P6ERR | writeStderr (const P6R::P6CHAR *pFmt, P6R::P6ARG *pArgs, P6R::P6UINT32 cArgs, P6R::P6SIZE *pcBytesWritten)=0 |
virtual P6R::P6ERR | writeStderrW (const P6R::P6WCHAR *pFmt, P6R::P6ARG *pArgs, P6R::P6UINT32 cArgs, P6R::P6SIZE *pcBytesWritten)=0 |
virtual P6R::P6ERR | writeStdout (const P6R::P6CHAR *pFmt, P6R::P6ARG *pArgs, P6R::P6UINT32 cArgs, P6R::P6SIZE *pcBytesWritten)=0 |
virtual P6R::P6ERR | writeStdoutW (const P6R::P6WCHAR *pFmt, P6R::P6ARG *pArgs, P6R::P6UINT32 cArgs, P6R::P6SIZE *pcBytesWritten)=0 |
Provides very basic, thread safe access to the console, allowing the console to be read from and written to.
Definition at line 2883 of file p6runtimeif.h.