Flags that indicate the type of events for which to receive notifications.
Namespace:
ShellBoost.Core.WindowsShell
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum SHCNRF
Members
| Member name | Value | Description |
---|
| SHCNRF_InterruptLevel | 1 |
Interrupt level notifications from the file system.
|
| SHCNRF_ShellLevel | 2 |
Shell-level notifications from the shell.
|
| SHCNRF_RecursiveInterrupt | 4096 |
Interrupt events on the whole subtree. This flag must be combined with the SHCNRF_InterruptLevel flag.
|
| SHCNRF_NewDelivery | 32768 |
Messages received use shared memory.
|
See Also