[Prev] [Next] [Top] [Bottom] [Contents] (99 out of 193)

SaPrintCBStoFile

A callback to print an SaCallbackStruct callback structure to a file.

Synopsis

#include "SaPopCalls.h"

void SaPrintCBStoFile(Widget w, XtPointer client_data, SaCallbackStruct *cbs);

Arguments

w
Not used.
client_data
A char* pointer to a string containing the file name.
cbs
SaCallbackStruct callback structure.

Return Values

None.

Description

SaPrintCBStoFile prints an SaCallbackStruct callback structure to a file. The data is appended to an existing file. A new file is created if it does not exist. If cbs is NULL, no action is taken. The file name is specified by client_data.

See Also


[Prev] [Next] [Top] [Bottom] [Contents] (99 out of 193)