E D R , A S I H C RSS

Full text search for "DispatchMessage"

Dispatch Message


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 데블스캠프2006/목요일/winapi . . . . 4 matches
          DispatchMessage (&msg) ;
          DispatchMessage (&msg) ;
          DispatchMessage (&msg) ;
          DispatchMessage (&msg) ;
  • 5인용C++스터디/키보드및마우스의입출력 . . . . 3 matches
          DispatchMessage(&Message);
          DispatchMessage(&Message);
         GetMessage는 메시지 큐에서 메시지를 꺼내온 후 이 메시지를 TranslateMessage 함수로 넘겨 준다. TranslateMessage 함수는 전달된 메시지가 WM_KEYDOWN인지와 눌려진 키가 문자키인지 검사해 보고 조건이 맞을 경우 WM_CHAR 메시지를 만들어 메시지 큐에 덧붙이는 역할을 한다. 물론 문자 입력이 아닐 경우는 아무 일도 하지 않으며 이 메시지는 DispatchMessage 함수에 의해 WndProc으로 보내진다. 만약 메시지 루프에서 TranslateMessage 함수를 빼 버리면 WM_CHAR 메시지는 절대로 WndProc으로 전달되지 않을 것이다.
  • 3DGraphicsFoundation/INSU/SolarSystem . . . . 1 match
          DispatchMessage(&msg);
  • 5인용C++스터디/윈도우에그림그리기 . . . . 1 match
          DispatchMessage(&mSg);
  • API/WindowsAPI . . . . 1 match
          DispatchMessage(&Message);
  • DevelopmentinWindows/APIExample . . . . 1 match
          DispatchMessage(&msg);
  • DirectDraw/APIBasisSource . . . . 1 match
          DispatchMessage( &msg );
  • DirectDraw/Example . . . . 1 match
          DispatchMessage(&msg);
  • MoreMFC . . . . 1 match
          DispatchMessage (&msg);
  • SolarSystem/상협 . . . . 1 match
          DispatchMessage(&msg);
  • 변준원 . . . . 1 match
          DispatchMessage( &msg );
Found 11 matching pages out of 7540 total pages (5000 pages are searched)

You can also click here to search title.

Valid XHTML 1.0! Valid CSS! powered by MoniWiki
Processing time 0.3709 sec