SHChangeNotifyFree (Windows Embedded CE 6.0)
1/6/2010
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 |
See Also
Reference
AYGShell Functions
SHChangeNotifyRegister
FILECHANGENOTIFY
WM_FILECHANGEINFO