Ejemplo n.º 1
0
        public static ulong GetProgressValue(IntPtr hwnd)
        {
            ITaskbarList3 taskbarInstance = (ITaskbarList3) new TaskbarInstance();
            var           foo             = taskbarInstance.GetProgressValue(hwnd);

            return(foo);
        }