Searched refs:lpItems (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | changenotify.cpp | 420 INT cItems, SHChangeNotifyEntry *lpItems) in SHChangeNotifyRegister() argument 430 hwnd, fSources, wEventMask, uMsg, cItems, lpItems); in SHChangeNotifyRegister() 433 if (wEventMask == 0 || cItems <= 0 || cItems > 0x7FFF || lpItems == NULL || in SHChangeNotifyRegister() 465 lpItems[iItem].fRecursive, lpItems[iItem].pidl, in SHChangeNotifyRegister() 501 if (DoGetAliasPIDLs(apidlAlias, lpItems[iItem].pidl)) in SHChangeNotifyRegister() 507 lpItems[iItem].fRecursive, apidlAlias[0], in SHChangeNotifyRegister() 527 lpItems[iItem].fRecursive, apidlAlias[1], in SHChangeNotifyRegister()
|
/reactos/sdk/include/psdk/ |
H A D | windowsx.h | 488 …GetSelItems(hwndCtl,cItems,lpItems) ((int)(DWORD)SNDMSG((hwndCtl),LB_GETSELITEMS,(WPARAM)(int)(cIt… argument
|