| 
The SEDRIS Data Representation Model
 APPENDIX D - Functions SE SetOutFilePtr  | 
|---|
| extern SE_DRM_Status_Code | |||
| SE_SetOutFilePtr | |||
| ( | |||
| FILE | * | out_file_ptr | 1 | 
| ); | |||
Sets the FILE pointer to which output is directed.
| WARNING: | If you close this file after calling this function, remember that the SE_xxx functions will still try to use it. | 
|---|
| SE_DRM_STAT_CODE_SUCCESS | and the FILE pointer is set, if out_file_ptr is non-NULL. | 
| SE_DRM_STAT_CODE_FAILURE | and nothing is changed, if out_file_ptr is NULL. | 
1 stream to which output is to be directed
Prev: SE_SetMinWidth.
Next: SE_SetPrecision.
Up:Index.
  |