TIBCO Adapter SDK C++ Reference
MStdioSink::MStdioSink
MStdioSink
Constructor for creating MStdioSink instances.

This constructor will signal an exception if the file cannot be opened for writing.

Parameters
Parameters Description
FILE* pFile File to be used as the sink, or one of stdio, stderr, or stdout.
const MString& rsSinkName Sink name associated with this instance of the class. The sink name has no relationship with the role of the sink. The role is defined when the sink and a trace are matched. Maximum size is 512 bytes.
pMapp Adapter application in which this sink is being constructed.
Declaration
MStdioSink(MApp* pMApp, FILE* pFile, const MString& rsSinkName);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.