An application sends a ZGM_SETROWMARK message to set the mark attribute of every cell in the the specified row.
ZGM_SETROWMARK
wParam = (WPARAM)(int) iRow; //Row number
lParam = (LPARAM)(int) iMark; //Cell mark attribute
This message does not return a value.