shell32Api.SHChangeNotify Method |
Namespace: TheVaultLibAssembly: 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
)
<DllImportAttribute("shell32.dll">]
Public Shared Sub SHChangeNotify (
wEventId As UInteger,
uFlags As UInteger,
dwItem1 As IntPtr,
dwItem2 As IntPtr
)
public:
[DllImportAttribute(L"shell32.dll")]
static void SHChangeNotify(
unsigned int wEventId,
unsigned int uFlags,
IntPtr dwItem1,
IntPtr dwItem2
)
[<DllImportAttribute("shell32.dll")>]
static member SHChangeNotify :
wEventId : uint32 *
uFlags : uint32 *
dwItem1 : IntPtr *
dwItem2 : IntPtr -> unit
Parameters
- wEventId
- Type: System.UInt32
- uFlags
- Type: System.UInt32
- dwItem1
- Type: System.IntPtr
- dwItem2
- Type: System.IntPtr
See Also