E D R , A S I H C RSS

Full text search for "Flags"

Flags


Search BackLinks only
Display context of search results
Case-sensitive searching
  • 5인용C++스터디/API에서MFC로 . . . . 12 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          afx_msg void OnLButtonUp(UINT nFlags, CPoint point);
          afx_msg void OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags);
          afx_msg void OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags);
         void CApplicationView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
         void CApplicationView::OnLButtonUp(UINT nFlags, CPoint point)
          CView::OnLButtonUp(nFlags, point);
         void CApplicationView::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
          CView::OnKeyDown(nChar, nRepCnt, nFlags);
         void CApplicationView::OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags)
          CView::OnKeyUp(nChar, nRepCnt, nFlags);
  • TheJavaMan/지뢰찾기 . . . . 7 matches
          private int numFlags; // 깃발 꼿은 수
          // numMines - numFlags = 남은 폭탄 수
          numFlags = 0;
          numFlags--;
          numLeftMines.setText(String.valueOf(numMines - numFlags));
          numFlags++;
          numLeftMines.setText(String.valueOf(numMines - numFlags));
  • 오목/민수민 . . . . 6 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
          afx_msg void OnMouseMove(UINT nFlags, CPoint point);
         void CSampleView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
         void CSampleView::OnMouseMove(UINT nFlags, CPoint point)
          CView::OnMouseMove(nFlags, point);
  • JollyJumpers/임인택 . . . . 4 matches
          assertEquals(2, jj.flags.length);
          jj.getFlags();
          jj.getFlags();
          public boolean flags[];
          flags = new boolean[arr.length-1];
          if( arr.length != flags.length )
          if( arr[i] != flags[i] ) {
          public void getFlags() {
          if( tmp<array.length && !flags[tmp-1]) {
          flags[tmp-1] = true;
          getFlags();
  • 데블스캠프2009/목요일/연습문제/MFC/서민관 . . . . 4 matches
         void CTestMFC2Dlg::OnKeyUp(UINT nChar, UINT nRepCnt, UINT nFlags)
          CDialog::OnKeyUp(nChar, nRepCnt, nFlags);
         void CTestMFC2Dlg::OnKeyDown(UINT nChar, UINT nRepCnt, UINT nFlags)
          CDialog::OnKeyDown(nChar, nRepCnt, nFlags);
  • 5인용C++스터디/멀티미디어 . . . . 3 matches
         void CSoundView::OnLButtonDown(UINT nFlags, CPoint point)
          CView:OnLButtonDown(nFlags, point);
          CView::OnLButtonDown(nFlags, point);
  • ComputerNetworkClass/Report2006/PacketAnalyzer . . . . 3 matches
          dwFlags,
          dwFlags = 0;
          ret = WSARecv(s, &wbuf, 1, &dwBytesRet, &dwFlags, NULL, NULL);
  • DirectDraw . . . . 3 matches
         ddsd.dwFlags = DDSD_CAPS|DDSD_BACKBUFFERCOUNT; // 구조체와 backbuffercount를 사용가능
          * dwFlags : ddsd의 성격에 대해 들어가는 부분입니다.
         ddsd.dwFlags = DDSD_CAPS|DDSD_HEIGHT|DDSD_WIDTH; // 높이와 넓이를 지정할 수 있음
  • 새싹교실/2012/세싹 . . . . 3 matches
          U16 Flags; // inUse 0x0001 Directory 0x0002
          U16 Flags;
          U16 Flags;
  • 오목/곽세환,조재화 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void COhbokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/재니형준원 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void COmokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/재선,동일 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void CSingleView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • 오목/진훈,원명 . . . . 3 matches
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
         void COmokView::OnLButtonDown(UINT nFlags, CPoint point)
          CView::OnLButtonDown(nFlags, point);
  • DirectDraw/DDUtil . . . . 2 matches
         Blt(DWORD x, DWORD y, LPDIRECTDRAWSURFACE7 pdds, RECT *prc, DWORD dwFlags)
          컬러키를 뺀채 화면에 출력한다. 만약 dwFlags에 DDBLTFAST_SRCCOLORKEY를 넣어준다면 ColorKeyBlt와 같은 효과를 낸다. [[BR]]
  • Memo . . . . 2 matches
          unsigned short Flags_and_Frags; //Flags 3 bits and Fragment offset 13 bits
  • NSIS/Reference . . . . 2 matches
         || InstProgressFlags || smooth colored|| smooth, colored. colored 를 설정시는 InstallColors 의 색으로 적용 ||
         == Compiler Flags ==
  • NSIS/예제3 . . . . 2 matches
         InstProgressFlags smooth colored
         InstProgressFlags: 3 (smooth=1,colored=1)
  • 2dInDirect3d/Chapter1 . . . . 1 match
          DWORD Flags,
  • 2dInDirect3d/Chapter2 . . . . 1 match
          DWORD Flags,
  • Chapter II - Real-Time Systems Concepts . . . . 1 match
         === Event Flags ===
  • MFC/Print . . . . 1 match
         || m_dwFlags || m_bDocObject가 TRUE일때만 유호. DWORD값으로 lPrint::Print에 전달된 플래그 ||
  • MineFinder . . . . 1 match
          SetFlagsAround (j,i);
  • 오목/휘동, 희경 . . . . 1 match
          afx_msg void OnLButtonDown(UINT nFlags, CPoint point);
  • 이영호/nProtect Reverse Engineering . . . . 1 match
         |CreationFlags = 0
Found 24 matching pages out of 7554 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.4129 sec