Mam takie pytanko:

LRESULT SendMessage(
   UINT message,
   WPARAM wParam = 0,
   LPARAM lParam = 0 
) throw();

static LRESULT SendMessage(
   HWND hWnd,
   UINT message,
   WPARAM wParam,
   LPARAM lParam 
) throw();

Jesli SendMessage jest wywolany z klasy ktora dziedziczy z CWnd bez parametru hWnd to mam rozumiec ze message jest automatycznie wysylany do obiektu tej klasy a nie jako broadcast?