Please enable JavaScript to view this site.

Vensim Help

Navigation: Reference Guide > DSS Supplement > Dynamic Data Exchange > Using Vensim as a DDE Client

int VEFCC vdde_poke(int dde_channel,char *item,char *value) ;

Scroll Prev Top Next More

dde_channel - as returned from vdde_initiate.

item - the name of the item you want to set a value for.

value - the value to set for the item.

return value - 0 on failure and 1 on success

The vdde_poke function sends the DDE server a WM_DDE_POKE message normally setting the value for item to value.