ComponentDispatcher.RaiseThreadMessage(MSG) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
새 메시지를 가능한 처리에 사용할 수 있음을 나타냅니다.
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 함수 TranslateMessage와 DispatchMessage를 차례로 호출해야 합니다.
- 특성
설명
메시지 펌프의 소유자는 모든 키보드 메시지에 대해이 메서드를 호출 해야 합니다.
적용 대상
추가 정보
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET