dc_tolbox()

Copies the highligted list box selection to the underlying data variable

Call
#include <vv_lbox.h>
int dc_tolbox(stp, datap, dfldp, cvbufp)

UCHAR *stp

Unused

PTR datap Pointer to variable to receive data
DFIELDPTR dfldp Pointer to a list box structure
PTR cvbufp Unused
Returns  
1 Success. This is the only return value for this function
Description

dc_tolbox() copies the currently highlighted item from the list box into the data variable.

Related Functions

dc_frlbox()

Cautions

No error checking is performed by this function.


Home Contents Previous Next