SHChangeNotifyDeregister

A version of this page is also available for

Windows Embedded CE 6.0 R3

4/8/2010

This function removes a window from the file notification chain.

Syntax

BOOL WINAPI SHChangeNotifyDeregister(
  HWND hwnd
);

Parameters

  • hwnd
    [in] Handle to the window that should no longer receive file change notifications.

Return Value

This function returns TRUE if it is successful and FALSE if it fails.

Remarks

For Windows Mobile

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.

Requirements

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

See Also

Reference

SHChangeNotifyRegister