curwnp()

Returns a pointer to the current window

Call  
#include <vv_sys.h>
WINDOWPTR curwnp()
Returns
POINTER A pointer to the current window
Description

curwnp() traverses the linked list of windows starting at the top level window. It will return a pointer to whichever window is on the top. If this window is a window associated with a data entry form or menu, you can dereference the ownerp or use the curfmp() function.

Related Functions

curfmp()


Home Contents Previous Next