This documentation is archived and is not being maintained.
SHChangeNotifyDeregister
A version of this page is also available for
4/8/2010
This function removes a window from the file notification chain.
BOOL WINAPI SHChangeNotifyDeregister(
HWND hwnd
);
- hwnd
-
[in] Handle to the window that should no longer receive file change notifications.
This function returns TRUE if it is successful and FALSE if it fails.
For a Windows Mobile Standard , the hwnd parameter must be a handle to the same window that was passed to the ListBox_GetInputMode function.
For this structure is defined in the Shlobj.h header file and ceshell.lib DLL.
| Header | aygshell.h |
| Library | aygshell.lib |
| Windows Embedded CE | Windows CE .NET 4.2 and later |
| Windows Mobile | Windows Mobile Version 5.0 and later |