home *** CD-ROM | disk | FTP | other *** search
/ Frostbyte's 1980s DOS Shareware Collection / floppyshareware.zip / floppyshareware / DOOG / CBASE09.ZIP / CBASE.ZIP / CBKCURSO.C < prev    next >
Text File  |  1989-08-31  |  1KB  |  31 lines

  1. /*    Copyright (c) 1989 Citadel    */
  2. /*       All Rights Reserved        */
  3.  
  4. /* #ident    "cbkcurso.c    1.1 - 89/08/31" */
  5.  
  6. /*man---------------------------------------------------------------------------
  7. NAME
  8.      cbkcursor - cbase key cursor
  9.  
  10. SYNOPSIS
  11.      #include <cbase.h>
  12.  
  13.      void *cbkcursor(cbp, field)
  14.      cbase_t * cbp;
  15.      int       field;
  16.  
  17. DESCRIPTION
  18.      cbkcursor is used to determine if the cursor for cbase cbp is currently
  19.      positioned on a key or is null.  If the cursor is set to null, NULL
  20.      is returned.  If the cursor is positioned to a key, a non-NULL value
  21.      is returned.  If cbp does not point to a valid open cbase, the results
  22.      are undefined.  If kn is less than 1 or greater than the number of keys
  23.      defined for cbp, the results are undefined.  cbkcursor is a macro.
  24.  
  25. SEE ALSO
  26.      cbkeyfirst, cbkeylast, cbkeynext, cbkeyprev.
  27.  
  28. ------------------------------------------------------------------------------*/
  29.  
  30. /* cbkcursor is #defined in cbase.h. */
  31.