dlg_set_tile

int dlg_set_tile (sds_hdlg handle, wchar_t *key, wchar_t *value);


Set the value of the dialog box tile.


This function sets the value of a dialog box tile.

The handle argument is the name of the dialog box.

The key argument is a case-sensitive string that specifies the tile.

The value attribute is the value to assign to the tile.

The function returns RTNORM if successful; otherwise, it returns an error code.

Tell me about...

dlg_get_tile

Programming Overview of SDS (Solutions Development System)