Go to the source code of this file.
◆ ToolsPageWndProc()
Definition at line 56 of file toolspage.c.
57{
67
69 {
71 {
74
78
80
81
83
88
94
97 }
99 {
101 {
103 {
105 {
108
111
112 szTemp2[0] =
_T(
'\0');
116 {
119 }
123 {
126 }
127 }
128 }
129 }
130 break;
131 }
133 {
136 {
138 {
140 {
142 if (lpnmitem->
iItem > -1)
143 {
145 szTemp2[0] =
_T(
'\0');
150 }
151 break;
152 }
154 {
156 if (lpnmitem->
iItem > -1)
157 {
160
163
164 szTemp2[0] =
_T(
'\0');
168 {
171 }
175 {
178 }
179 }
180 break;
181 }
182 }
183 }
184 }
185 break;
186 }
187 return 0;
188}
#define IDS_TOOLS_COLUMN_DESCR
#define IDS_TOOLS_COLUMN_NAME
#define IDC_TOOLS_CMDLINE
_Must_inspect_result_ _In_ PFSRTL_PER_STREAM_CONTEXT Ptr
#define ListView_InsertColumn(hwnd, iCol, pcol)
#define LVS_EX_FULLROWSELECT
struct tagNMITEMACTIVATE * LPNMITEMACTIVATE
#define ListView_GetSelectionMark(hwnd)
#define LVM_GETEXTENDEDLISTVIEWSTYLE
#define LVM_SETEXTENDEDLISTVIEWSTYLE
#define SHGetSpecialFolderPath
DWORD ListItems_Params[20]
DWORD ListItems_Locations[20]
BOOL WINAPI SetWindowPos(_In_ HWND, _In_opt_ HWND, _In_ int, _In_ int, _In_ int, _In_ int, _In_ UINT)
HWND WINAPI GetDlgItem(_In_opt_ HWND, _In_ int)
struct tagNMHDR * LPNMHDR
#define SWP_NOOWNERZORDER
#define SendDlgItemMessage
Referenced by CreatePropSheet(), and OnCreate().