BExplorer.Shell.Interop.Shell32.SHChangeNotify C# (CSharp) Method

SHChangeNotify() private method

private SHChangeNotify ( HChangeNotifyEventID wEventId, HChangeNotifyFlags uFlags, IntPtr dwItem1, IntPtr dwItem2 ) : void
wEventId HChangeNotifyEventID
uFlags HChangeNotifyFlags
dwItem1 System.IntPtr
dwItem2 System.IntPtr
return void
		public static extern void SHChangeNotify(HChangeNotifyEventID wEventId, HChangeNotifyFlags uFlags, IntPtr dwItem1, IntPtr dwItem2);