_DefaultProcess( ) API Library Routine

See Also   Example

Provides the default event processing for an event returned by _GetNextEvent( ) when the event does not need special handling.

Syntax

void _DefaultProcess(EventRec FAR *event)
EventRec FAR *event;      /* Event to be processed. */

Remarks

This makes it easier for an external routine to use windows and still have them act consistently with the rest of the product.

Note   Don't call _DefaultProcess( ) from an event handler.

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.