Searched refs:ColumnIndex (Results 1 – 1 of 1) sorted by relevance
47 BOOL PerfDataGetText(ULONG Index, ULONG ColumnIndex, LPTSTR lpText, ULONG nMaxCount);242 ULONG ColumnIndex; in ProcessPageOnNotify() local264 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() argument601 switch (ColumnDataHints[ColumnIndex]) in PerfDataGetText()