BExplorer.Shell.Interop.NotifyInfos.NotifyInfos C# (CSharp) Method

NotifyInfos() public method

public NotifyInfos ( ShellNotifications notification ) : System
notification ShellNotifications
return System
        public NotifyInfos(ShellNotifications.SHCNE notification) { Notification = notification; Item1 = IntPtr.Zero; Item2 = IntPtr.Zero; }
        public ShellNotifications.SHCNE Notification;
NotifyInfos