Go to the source code of this file.
◆ ProcessListWndProc()
Definition at line 16 of file proclist.c.
17{
22 int DcSave;
23
25 {
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
45
46
47
48
50
51
52
53
54
55
56
57
58
68
69
70
71
73
74
75
76
77
78
79
80
81
84
85
86
87
88
90
92 }
93
94
95
96
98}
WNDPROC OldProcessListWndProc
#define ListView_GetItemCount(hwnd)
int WINAPI ExcludeClipRect(_In_ HDC, _In_ int, _In_ int, _In_ int, _In_ int)
BOOL WINAPI RestoreDC(_In_ HDC, _In_ int)
int WINAPI FillRect(HDC, LPCRECT, HBRUSH)
int WINAPI SaveDC(_In_ HDC)
BOOL WINAPI GetClientRect(_In_ HWND, _Out_ LPRECT)
#define GCL_HBRBACKGROUND
LRESULT WINAPI CallWindowProcW(_In_ WNDPROC, _In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
LRESULT WINAPI SendMessageW(_In_ HWND, _In_ UINT, _In_ WPARAM, _In_ LPARAM)
Referenced by ProcessPageWndProc().
◆ OldProcessListWndProc