Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This function frees memory that was allocated for the change notification.
Syntax
void WINAPI SHChangeNotifyFree( FILECHANGENOTIFY * pfcn);
Parameters
- pfcn
[in] Pointer to the FILECHANGENOTIFY structure that describes a file change notification.
Return Values
None.
Remarks
Your window's message processor must call SHChangeNotifyFree when it receives the WM_FILECHANGEINFO message. Failure to do so will create a memory leak in shell.
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 | FILECHANGENOTIFY | WM_FILECHANGEINFO
Send Feedback on this topic to the authors