SHChangeNotifyFree (Compact 2013)

3/28/2014

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.

Requirements

Header

aygshell.h

Library

aygshell.lib

See Also

Reference

Shell Functions
SHChangeNotifyRegister
FILECHANGENOTIFY
WM_FILECHANGEINFO