FILECHANGENOTIFY (Compact 2013)

3/28/2014

This structure contains information that describes a file system change notification message from the shell.

Syntax

typedef struct tagFILECHANGENOTIFY {
  DWORD dwRefCount;
  FILECHANGEINFO fci;
} FILECHANGENOTIFY;

Members

  • dwRefCount
    Internal. Should not be used by applications.
  • fci
    Details the changes made in a file system event.

Remarks

For more information, see FILECHANGEINFO.

Requirements

Header

aygshell.h

Library

aygshell.lib

See Also

Reference

Shell Structures

Other Resources

FILECHANGEINFO