NAME dce_svc_log_rewind - Rewinds binary logfile to first record SYNOPSIS #include <dce/dce.h> #include <pthread.h> #include <dce/svclog.h> void dce_svc_log_rewind( dce_svc_log_handle_t handle, error_status_t *status ); PARAMETERS Input handle The handle (returned by dce_svc_log_open()) of the logfile to be rewound. Output status Returns the status code from this operation. The status code is a value that indicates whether the routine completed successfully and if not, why not. DESCRIPTION The dce_svc_log_rewind() routine rewinds the current reading position of the specified (by handle) binary logfile to the first record. ERROR CODES See dce_svc_register. RELATED INFORMATION Functions: dce_svc_log_close dce_svc_log_get dce_svc_log_open