doing this doesn't work.....niether work

SendMessage(Tab, TCM_INSERTITEM, 1, (LPARAM) "Test");
SendMessage(Tab, TCM_SETITEM, 1, (LPARAM) "TEST");

what is the correct way to add tabs (my control is called Tab)