ReactOS 0.4.16-dev-1098-g0ca6002
|
Public Types | |
enum | TBPFLAG { TBPF_NOPROGRESS = 0x0000 , TBPF_INDETERMINATE = 0x0001 , TBPF_NORMAL = 0x0002 , TBPF_ERROR = 0x0004 , TBPF_PAUSED = 0x0008 } |
typedef enum ITaskbarList3::TBPFLAG | TBPFLAG |
![]() | |
typedef IUnknown * | LPUNKNOWN |
Public Attributes | |
ULONGLONG | ullCompleted |
ULONGLONG ULONGLONG | ullTotal |
Definition at line 2149 of file shobjidl.idl.
Enumerator | |
---|---|
TBPF_NOPROGRESS | |
TBPF_INDETERMINATE | |
TBPF_NORMAL | |
TBPF_ERROR | |
TBPF_PAUSED |
Definition at line 2151 of file shobjidl.idl.
ITaskbarList3::DEFINE_ENUM_FLAG_OPERATORS | ( | TBPFLAG | ) |
HRESULT ITaskbarList3::SetOverlayIcon | ( | [in] HWND | hwnd, |
[in] HICON | hIcon, | ||
[in, unique, string] LPCWSTR | pszDescription | ||
) |
HRESULT ITaskbarList3::ThumbBarAddButtons | ( | [in] HWND | hwnd, |
[in] UINT | cButtons, | ||
[in, size_is(cButtons)] LPTHUMBBUTTON | pButton | ||
) |
HRESULT ITaskbarList3::ThumbBarSetImageList | ( | [in] HWND | hwnd, |
[in] HIMAGELIST | himl | ||
) |
HRESULT ITaskbarList3::ThumbBarUpdateButtons | ( | [in] HWND | hwnd, |
[in] UINT | cButtons, | ||
[in, size_is(cButtons)] LPTHUMBBUTTON | pButton | ||
) |
ULONGLONG ITaskbarList3::ullCompleted |
Definition at line 2163 of file shobjidl.idl.
Definition at line 2164 of file shobjidl.idl.