Click or drag to resize
shell32ApiSHChangeNotify 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: SystemUInt32
uFlags
Type: SystemUInt32
dwItem1
Type: SystemIntPtr
dwItem2
Type: SystemIntPtr
See Also