_MemoChan( ) API Library Routine

See Also   Example

Returns the file channel of the memo file associated with the specified workarea.

Syntax

FCHAN _MemoChan(int workarea)
int workarea;               /* Work area number. */

Remarks

If no database is open in that work area or the database has no memo file, _MemoChan( ) returns  – 1.

For more information on how to create an API library and integrate it with Visual FoxPro, see Chapter 28, Accessing the Visual FoxPro API, in the Programmer's Guide.