Home
last modified time | relevance | path

Searched refs:m_hWnd (Results 1 – 2 of 2) sorted by relevance

/vim-8.2.3635/src/GvimExt/
H A Dgvimext.cpp678 if (GetWindowText(m_hWnd[i], title, BUFSIZE - 1) == 0) in QueryContextMenu()
797 HWND hWnd = m_hWnd[idHWnd]; in PushToWindow()
843 cs->m_hWnd[cs->m_cntOfHWnd] = hWnd; in EnumWindowsProc()
H A Dgvimext.h141 HWND m_hWnd[MAX_HWND]; variable