Home
last modified time | relevance | path

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

/reactos/dll/win32/comctl32/
H A Ddraglist.c111 DragList_SubclassWindowProc(HWND hwnd, UINT uMsg, WPARAM wParam, LPARAM lParam, UINT_PTR uIdSubclas… in DragList_SubclassWindowProc() function
192 RemoveWindowSubclass(hwnd, DragList_SubclassWindowProc, DRAGLIST_SUBCLASSID); in DragList_SubclassWindowProc()
217 …return SetWindowSubclass(hwndLB, DragList_SubclassWindowProc, DRAGLIST_SUBCLASSID, (DWORD_PTR)data… in MakeDragList()
258 …if (!GetWindowSubclass(hwndLB, DragList_SubclassWindowProc, DRAGLIST_SUBCLASSID, (DWORD_PTR*)&data… in DrawInsert()