SHChangeNotifyEntry structure
Applies to: desktop apps only
Contains and receives information for change notifications. This structure is used with the SHChangeNotifyRegister function and the SFVM_QUERYFSNOTIFY notification.
Syntax
typedef struct {
PCIDLIST_ABSOLUTE pidl;
BOOL fRecursive;
} SHChangeNotifyEntry;
Members
- pidl
-
Type: PCIDLIST_ABSOLUTE
-
PIDL for which to receive notifications.
- fRecursive
-
Type: BOOL
-
A flag indicating whether to post notifications for children of this PIDL. For example, if the PIDL points to a folder, then file notifications would come from the folder's children if this flag was TRUE.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
Send comments about this topic to Microsoft
Build date: 3/7/2012