Home
last modified time | relevance | path

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

/reactos/base/applications/taskmgr/
H A Dprocpage.c47 BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, ULONG nMaxCount);
242 ULONG ColumnIndex; in ProcessPageOnNotify() local
264 ColumnIndex = pnmdi->item.iSubItem; in ProcessPageOnNotify()
266 PerfDataGetText(Index, ColumnIndex, pnmdi->item.pszText, (ULONG)pnmdi->item.cchTextMax); in ProcessPageOnNotify()
597 BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, ULONG nMaxCount) in PerfDataGetText() argument
601 switch (ColumnDataHints[ColumnIndex]) in PerfDataGetText()