Shell32SHChangeNotify(SHChangeNotifyEventID, SHChangeNotifyFlags, IntPtr, IntPtr) Method
Notifies the system of an event that an application has performed.
An application should use this function if it performs an action that may affect the Shell.
Namespace: DevCase.Win32.NativeMethodsAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
No code example is currently available or this language may not be supported.
Parameters
- eventId SHChangeNotifyEventID
-
Describes the event that has occurred.
Typically, only one event is specified at a time.
If more than one event is specified,
the values contained in the item1 and item2 parameters must be
the same, respectively, for all specified events.
- flags SHChangeNotifyFlags
-
Flags that, when combined bitwise with SHCNF_TYPE,
indicate the meaning of the dwItem1 and item2 parameters.
- item1 IntPtr
-
Optional. First event-dependent value.
- item2 IntPtr
-
Optional. Second event-dependent value.