Sets or changes type of information displayed in dump window. Window associated with pd is not updated, you must invalidate it to visualize this change.
void Setdumptype(t_dump *pd,int type);
Parameters:
pd - pointer to dump descriptor;
type - combination of dump type (one of DU_xxx), number of items per line ((n<<8) & DU_COUNT) and size of single item (l & DU_SIZE). For variable-length types size is 1. See table here for a list of commonly used dump types.
See also: Createdumpwindow, Dumpbackup