Click or drag to resize
shell32Api.SHChangeNotify Method

Namespace: TheVaultLib
Assembly: TheVaultLib (in TheVaultLib.dll) Version: 1.0.3776.37319
Syntax
[DllImportAttribute("shell32.dll")]
public static void SHChangeNotify(
	uint wEventId,
	uint uFlags,
	IntPtr dwItem1,
	IntPtr dwItem2
)

Parameters

wEventId
Type: System.UInt32
uFlags
Type: System.UInt32
dwItem1
Type: System.IntPtr
dwItem2
Type: System.IntPtr
See Also