ChangeNotifyEntry Class |
Namespace: ShellBoost.Core.Utilities
public class ChangeNotifyEntry : IWithIdList
The ChangeNotifyEntry type exposes the following members.
| Name | Description | |
|---|---|---|
| ChangeNotifyEntry |
Initializes a new instance of the ChangeNotifyEntry class.
|
| Name | Description | |
|---|---|---|
| IdList |
The PIDL for which to receive notifications.
| |
| IsRecursive |
Indicates 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.
|
| Name | Description | |
|---|---|---|
| OpenView |
Opens a Windows Explorer window.
(Defined by Extensions.) | |
| WithPointer(ActionIntPtr) | Overloaded.
Allocates a buffer, runs the specified action and free the buffer.
(Defined by Extensions.) | |
| WithPointerT(FuncIntPtr, T) | Overloaded.
Allocates a buffer, runs the specified function and free the buffer.
(Defined by Extensions.) |