TSP Solver and Generator
|
This file is a minimal required part of shobjidl.h
from Microsoft Windows SDK v7.0A.
More...
#include <windows.h>
Go to the source code of this file.
Classes | |
interface | ITaskbarList3 |
Exposes methods that control the taskbar. More... | |
Enumerations | |
enum | TBPFLAG { TBPF_NOPROGRESS = 0, TBPF_INDETERMINATE = 0x1, TBPF_NORMAL = 0x2, TBPF_ERROR = 0x4, TBPF_PAUSED = 0x8 } |
This file is a minimal required part of shobjidl.h
from Microsoft Windows SDK v7.0A.
This file is an extract of shobjidl.h
from Microsoft Windows SDK v7.0A. It is needed to support Windows 7 Taskbar Extensions (namely, Progress Bars) and contains minimal required definition of ITaskbarList3
interface.
Tested with MSVC and mingw32. Doesn't need Windows 7 SDK itself.
-lole32
linker flag is enough). enum TBPFLAG |