company logo

DatabaseHandle :: OpenRecovery - Open recovery file

The function opens the recovery file. Usually this is done automatically when opening the database and should not be opened explicitly by the user.

Return value:  Success ( logical  )

Implementation details

logical DatabaseHandle  :: OpenRecovery ( void *userinfo, int16 uilen )
  • userinfo - Area for application recovery information

    This area can be provided by the application program and is expected to contain application data. When writing an entry to the recovery file the information is copied to the recovery entries user area. The application may change the content of the area but not the location as long as the recovery file is opened.

  • uilen - Length of application data area

    The length describes the length of the application data area provided as {\b user information}.