Searched refs:lpLabel (Results 1 – 2 of 2) sorted by relevance
182 LPWSTR lpLabel, in InsertIntoTreeView() argument194 tvi.pszText = lpLabel; in InsertIntoTreeView()195 tvi.cchTextMax = lstrlen(lpLabel); in InsertIntoTreeView()
811 LPWSTR lpLabel; in InsertIntoTreeView() local812 lpLabel = Node->GetDisplayName(); in InsertIntoTreeView()820 tvi.pszText = lpLabel; in InsertIntoTreeView()821 tvi.cchTextMax = wcslen(lpLabel); in InsertIntoTreeView()