PrintfDSError

Prints a DataStreamer error message

Synopsis

void PrintfDSError (int32 dsResult)

Description

Prints various DataStreamer error messages to the Terminal window. The specific error message printed by PrintfDSError() depends on the type of DataStreamer error specified by dsResult.

PrintfDSError() prints error messages only if the DataStreamer is compiled with debugging enabled (if the DEBUG symbol is specified for the preprocessor to the compiler).

Arguments

dsResult
Number of the specified error code

Associated Files

DataStreamDebug.h

Return Value

None