SHChangeNotifyDeregister (Windows Embedded CE 6.0)

1/6/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.

Requirements

Header aygshell.h
Library aygshell.lib
Windows Embedded CE Windows CE .NET 4.2 and later

See Also

Reference

AYGShell Functions
SHChangeNotifyRegister