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.
Other versions of this page are also available for the following:
.gif)
.gif)
8/28/2008
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 Value
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.
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 |