|
ReactOS 0.4.17-dev-784-g3812a95
|


Public Member Functions | |
| HRESULT | AddBitmap ([in] int nImages, [in] HBITMAP hbmp, [in] int cxSize, [in] int cySize, [in] COLORREF crMask) |
| HRESULT | AddButtons ([in] int nButtons, [in] LPMMCBUTTON lpButtons) |
| HRESULT | InsertButton ([in] int nIndex, [in] LPMMCBUTTON lpButton) |
| HRESULT | DeleteButton ([in] int nIndex) |
| HRESULT | GetButtonState ([in] int idCommand, [in] MMC_BUTTON_STATE nState, [out] BOOL *pState) |
| HRESULT | SetButtonState ([in] int idCommand, [in] MMC_BUTTON_STATE nState, [in] BOOL bState) |
Public Member Functions inherited from IUnknown | |
| HRESULT | QueryInterface ([in] REFIID riid, [out, iid_is(riid)] void **ppvObject) |
| ULONG | AddRef () |
| ULONG | Release () |
Additional Inherited Members | |
Public Types inherited from IUnknown | |
| typedef IUnknown * | LPUNKNOWN |
| HRESULT IToolbar::AddBitmap | ( | [in] int | nImages, |
| [in] HBITMAP | hbmp, | ||
| [in] int | cxSize, | ||
| [in] int | cySize, | ||
| [in] COLORREF | crMask | ||
| ) |
| HRESULT IToolbar::AddButtons | ( | [in] int | nButtons, |
| [in] LPMMCBUTTON | lpButtons | ||
| ) |
| HRESULT IToolbar::GetButtonState | ( | [in] int | idCommand, |
| [in] MMC_BUTTON_STATE | nState, | ||
| [out] BOOL * | pState | ||
| ) |
| HRESULT IToolbar::InsertButton | ( | [in] int | nIndex, |
| [in] LPMMCBUTTON | lpButton | ||
| ) |
| HRESULT IToolbar::SetButtonState | ( | [in] int | idCommand, |
| [in] MMC_BUTTON_STATE | nState, | ||
| [in] BOOL | bState | ||
| ) |