Home
last modified time | relevance | path

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

/reactos/base/shell/explorer/
H A Dsyspager.cpp763 BOOL hasSharedIcon = notifyItem->dwState & NIS_SHAREDICON; in AddButton() local
764 if (hasSharedIcon) in AddButton()
895 BOOL hasSharedIcon = notifyItem->dwState & NIS_SHAREDICON; in UpdateButton() local
896 if (hasSharedIcon) in UpdateButton()
1020 BOOL hasSharedIcon = data->dwState & NIS_SHAREDICON; in ResizeImagelist() local
1021 INT iIcon = hasSharedIcon ? FindExistingSharedIcon(data->hIcon) : -1; in ResizeImagelist()