E D R , A S I H C RSS

Full text search for "GetMessage"

Get Message


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 데블스캠프2006/목요일/winapi . . . . 4 matches
          while (GetMessage (&msg, NULL, 0, 0))
          while (GetMessage (&msg, NULL, 0, 0))
          while (GetMessage (&msg, NULL, 0, 0))
          while (GetMessage (&msg, NULL, 0, 0))
  • 5인용C++스터디/키보드및마우스의입출력 . . . . 3 matches
          while(GetMessage(&Message,0,0,0)) {
         while(GetMessage(&Message,0,0,0)) {
         GetMessage는 메시지 큐에서 메시지를 꺼내온 후 이 메시지를 TranslateMessage 함수로 넘겨 준다. TranslateMessage 함수는 전달된 메시지가 WM_KEYDOWN인지와 눌려진 키가 문자키인지 검사해 보고 조건이 맞을 경우 WM_CHAR 메시지를 만들어 메시지 큐에 덧붙이는 역할을 한다. 물론 문자 입력이 아닐 경우는 아무 일도 하지 않으며 이 메시지는 DispatchMessage 함수에 의해 WndProc으로 보내진다. 만약 메시지 루프에서 TranslateMessage 함수를 빼 버리면 WM_CHAR 메시지는 절대로 WndProc으로 전달되지 않을 것이다.
  • MoreMFC . . . . 2 matches
         while (GetMessage (&msg, NULL, 0, 0))
          // WM_QUIT message가 발생하면 GetMessage가 0을 반환하여 프로그램 종료.
  • 3DGraphicsFoundation/INSU/SolarSystem . . . . 1 match
          while( GetMessage(&msg, NULL, 0, 0))
  • 5인용C++스터디/윈도우에그림그리기 . . . . 1 match
          while(GetMessage(&mSg,NULL,0,0))
  • API/WindowsAPI . . . . 1 match
          while(GetMessage(&Message,0,0,0)) {
  • DevelopmentinWindows/APIExample . . . . 1 match
          while (GetMessage(&msg, NULL, 0, 0))
  • DirectDraw/APIBasisSource . . . . 1 match
          if( 0 == GetMessage(&msg, NULL, 0, 0 ) )
  • DirectDraw/Example . . . . 1 match
          while (GetMessage(&msg, NULL, 0, 0))
  • ListCtrl . . . . 1 match
         DWORD dwPos = ::GetMessagePos();
  • 변준원 . . . . 1 match
          if( 0 == GetMessage(&msg, NULL, 0, 0 ) )
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.3305 sec