Addtolist

void Addtolist(ulong addr,int color,wchar_t *format,...);


Displays a message in the Log window. If log file is open, adds this message to the file.


Parameters:

addr
(in) Memory address associated with the message. If address is 0, it is not displayed
color
(in) One of the constants DRAW_xxx within the DRAW_COLOR mask, specifies text and background colours. I recommend to limit the choice to DRAW_NORMAL, DRAW_HILITE and DRAW_GRAY
format
(in) Pointer to the UNICODE string that obeys swprintf() rules
...
(in) List of parameters that follow format, may be empty


Return values:

None


See also:
Redrawlist()