Public Types |
| enum | TBPFLAG {
TBPF_NOPROGRESS = 0x0000,
TBPF_INDETERMINATE = 0x0001,
TBPF_NORMAL = 0x0002,
TBPF_ERROR = 0x0004,
TBPF_PAUSED = 0x0008
} |
Public Member Functions |
| | DEFINE_ENUM_FLAG_OPERATORS (TBPFLAG)") HRESULT SetProgressValue( [in] HWND hwnd |
| HRESULT | SetProgressState ([in] HWND hwnd,[in] TBPFLAG tbpFlags) |
| HRESULT | RegisterTab ([in] HWND hwndTab,[in] HWND hwndMDI) |
| HRESULT | UnregisterTab ([in] HWND hwndTab) |
| HRESULT | SetTabOrder ([in] HWND hwndTab,[in] HWND hwndInsertBefore) |
| HRESULT | SetTabActive ([in] HWND hwndTab,[in] HWND hwndMDI,[in] DWORD dwReserved) |
| HRESULT | ThumbBarAddButtons ([in] HWND hwnd,[in] UINT cButtons,[in, size_is(cButtons)] LPTHUMBBUTTON pButton) |
| HRESULT | ThumbBarUpdateButtons ([in] HWND hwnd,[in] UINT cButtons,[in, size_is(cButtons)] LPTHUMBBUTTON pButton) |
| HRESULT | ThumbBarSetImageList ([in] HWND hwnd,[in] HIMAGELIST himl) |
| HRESULT | SetOverlayIcon ([in] HWND hwnd,[in] HICON hIcon,[in, unique, string] LPCWSTR pszDescription) |
| HRESULT | SetThumbnailTooltip ([in] HWND hwnd,[in, unique, string] LPCWSTR pszTip) |
| HRESULT | SetThumbnailClip ([in] HWND hwnd,[in] RECT *prcClip) |
Data Fields |
| ULONGLONG | ullCompleted |
| ULONGLONG ULONGLONG | ullTotal |
Definition at line 3079 of file shobjidl.idl.