다음을 통해 공유


CWindow::SendNotifyMessage

창에 메시지를 보냅니다.

BOOL SendNotifyMessage( 
   UINT message, 
   WPARAM wParam = 0, 
   LPARAM lParam = 0  
) throw();

설명

참조 SendNotifyMessage 에 있는 Windows SDK.

창 호출 스레드에 의해 작성 된 경우 SendNotifyMessage 창 프로시저에서 메시지를 처리할 때까지 반환 하지 않습니다. 그렇지 않으면 즉시 반환 합니다.

요구 사항

헤더: atlwin.h

참고 항목

참조

CWindow Class

CWindow::SendMessage

CWindow::SendMessageToDescendants

CWindow::PostMessage