C# Class BExplorer.Shell.Interop.NotifyInfos

Structure that contain informations about a notification
Datei anzeigen Open project: Gainedge/BetterExplorer Class Usage Examples

Public Properties

Property Type Description
Item1 System.IntPtr
Item2 System.IntPtr
Notification ShellNotifications.SHCNE

Public Methods

Method Description
NotifyInfos ( ShellNotifications notification ) : System

Method Details

NotifyInfos() public method

public NotifyInfos ( ShellNotifications notification ) : System
notification ShellNotifications
return System

Property Details

Item1 public_oe property

public IntPtr,System Item1
return System.IntPtr

Item2 public_oe property

public IntPtr,System Item2
return System.IntPtr

Notification public_oe property

public ShellNotifications.SHCNE Notification
return ShellNotifications.SHCNE