SHChangeNotifyDeregister (Windows CE 5.0)

Send Feedback

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 Values

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

Windows Mobile Remarks

For a Windows Mobile-based Smartphone, the hwnd parameter must be a handle to the same window that was passed to the ListBox_GetInputMode function.

Requirements

OS Versions: Windows CE .NET 4.2 and later
Header: aygshell.h.
Link Library: aygshell.lib.

Windows Mobile Requirements

Pocket PC: Pocket PC 2002 and later
Smartphone: Smartphone 2002 and later
OS Versions: Windows CE 3.0 and later
Header: shlobj.h
Library: ceshell.lib

See Also

SHChangeNotifyRegister

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.