Home
last modified time | relevance | path

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

/reactos/base/applications/mscutils/eventvwr/
H A Dresource.h13 #define IDI_EVENTVWR 10 macro
H A Deventvwr.rc27 IDI_EVENTVWR ICON "res/eventvwr.ico" icon
H A Deventvwr.c2692 wcex.hIcon = LoadIconW(hInstance, MAKEINTRESOURCEW(IDI_EVENTVWR)); in MyRegisterClass()
2698 MAKEINTRESOURCEW(IDI_EVENTVWR), in MyRegisterClass()
3116 ImageList_AddIcon(hSmall, LoadIconW(hInstance, MAKEINTRESOURCEW(IDI_EVENTVWR))); in InitInstance()
3647 LoadIconW(hInst, MAKEINTRESOURCEW(IDI_EVENTVWR))); in WndProc()