Click or drag to resize

SHCNRF Enumeration

Flags that indicate the type of events for which to receive notifications.

Namespace:  callback.ShellBoost.Core.WindowsShell
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum SHCNRF
Members
  Member nameValueDescription
SHCNRF_InterruptLevel1 Interrupt level notifications from the file system.
SHCNRF_ShellLevel2 Shell-level notifications from the shell.
SHCNRF_RecursiveInterrupt4096 Interrupt events on the whole subtree. This flag must be combined with the SHCNRF_InterruptLevel flag.
SHCNRF_NewDelivery32768 Messages received use shared memory.
See Also