[Top] [Prev] [Next] [Bottom]
[Contents]
SaPrintCBStoFile
A callback to print an SaCallbackStruct callback structure to a file.
#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.
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.
[Top] [Prev] [Next] [Bottom]
[Contents]
info@bluestone.com
Copyright © 1997, Bluestone. All rights
reserved.