HomeSort by relevance Sort by last modified time
    Searched defs:InsertColumn (Results 1 - 3 of 3) sorted by null

  /external/lzma/CPP/Windows/Control/
ListView.cpp 34 int CListView::InsertColumn(int columnIndex, LPCTSTR text, int width)
41 return InsertColumn(columnIndex, &ci);
67 int CListView::InsertColumn(int columnIndex, LPCWSTR text, int width)
74 return InsertColumn(columnIndex, &ci);
ListView.h 33 int InsertColumn(int columnIndex, const LVCOLUMN *columnInfo) { return ListView_InsertColumn(_window, columnIndex, columnInfo); }
34 int InsertColumn(int columnIndex, LPCTSTR text, int width);
54 int InsertColumn(int columnIndex, const LVCOLUMNW *columnInfo) { return (int)SendMsg(LVM_INSERTCOLUMNW, (WPARAM)columnIndex, (LPARAM)columnInfo); }
55 int InsertColumn(int columnIndex, LPCWSTR text, int width);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
mmc.h     [all...]

Completed in 344 milliseconds