MDBX_first

Seeks to the first record in the monitor database

Declaration

int NAPI MDBX_first(
    GA_monitor *rec)

Prototype In

snap/monitor.h

Parameters

rec

Monitor record to store entry in

 

Return Value

Error code for operation.

Description

Attempts to seek to the first entry in the monitor database. If the record exists, the parameters rec is filled in with the monitor information.

See Also

MDBX_last, MDBX_next, MDBX_prev

Copyright © 2002 SciTech Software, Inc. Visit our web site at http://www.scitechsoft.com