SHChangeNotifyDeregister (Compact 2013)

3/28/2014

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

Requirements

Header

aygshell.h

Library

aygshell.lib

See Also

Reference

Shell Functions
SHChangeNotifyRegister