C# Class BExplorer.Shell.Interop.NotifyInfos

Structure that contain informations about a notification
Show file 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 property

public IntPtr,System Item1
return System.IntPtr

Item2 public property

public IntPtr,System Item2
return System.IntPtr

Notification public property

public ShellNotifications.SHCNE Notification
return ShellNotifications.SHCNE