mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 05:41:58 +00:00
[SHELL32] Implement shell change notification (#2432)
- Rewrite SHChangeNotify, SHChangeNotifyRegister, SHChangeNotify_Lock, SHChangeNotify_Unlock and SHChangeNotifyDeregister functions. - Fix SHSimpleIDListFromPathA/W functions. CORE-13950
This commit is contained in:
parent
ee3ee2a65f
commit
296192685b
9 changed files with 1033 additions and 378 deletions
|
@ -702,6 +702,13 @@ IStream* WINAPI SHGetViewStream(LPCITEMIDLIST, DWORD, LPCTSTR, LPCTSTR, LPCTSTR)
|
|||
|
||||
EXTERN_C HRESULT WINAPI SHCreateSessionKey(REGSAM samDesired, PHKEY phKey);
|
||||
|
||||
PVOID
|
||||
WINAPI
|
||||
SHLockSharedEx(
|
||||
_In_ HANDLE hData,
|
||||
_In_ DWORD dwProcessId,
|
||||
_In_ BOOL bWriteAccess);
|
||||
|
||||
/*****************************************************************************
|
||||
* INVALID_FILETITLE_CHARACTERS
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue