HomeSort by relevance Sort by last modified time
    Searched refs:GetNextItem (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/Windows/Control/
ListView.h 59 int GetNextItem(int startIndex, UINT flags) const { return ListView_GetNextItem(_window, startIndex, flags); }
60 int GetNextSelectedItem(int startIndex) const { return GetNextItem(startIndex, LVNI_SELECTED); }
61 int GetFocusedItem() const { return GetNextItem(-1, LVNI_FOCUSED); }
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]

Completed in 88 milliseconds