다음을 통해 공유


ComponentDispatcher.RaiseThreadMessage(MSG) 메서드

정의

새 메시지를 가능한 처리에 사용할 수 있음을 나타냅니다.

public:
 static bool RaiseThreadMessage(System::Windows::Interop::MSG % msg);
[System.Security.SecurityCritical]
public static bool RaiseThreadMessage (ref System.Windows.Interop.MSG msg);
public static bool RaiseThreadMessage (ref System.Windows.Interop.MSG msg);
[<System.Security.SecurityCritical>]
static member RaiseThreadMessage : MSG -> bool
static member RaiseThreadMessage : MSG -> bool
Public Shared Function RaiseThreadMessage (ByRef msg As MSG) As Boolean

매개 변수

msg
MSG

메시지 및 관련 데이터입니다.

반환

메시지 루프를 수신 대기하는 모듈 중 하나에서 메시지가 처리된 경우 true입니다. 메시지 루프의 소유자는 메시지를 무시해야 합니다. 메시지가 처리되지 않았으면 false입니다. 이 경우 메시지 펌프의 소유자는 Win32 함수 TranslateMessageDispatchMessage를 차례로 호출해야 합니다.

특성

설명

메시지 펌프의 소유자는 모든 키보드 메시지에 대해이 메서드를 호출 해야 합니다.

적용 대상

추가 정보