Contents Index Topic Contents | ||
Previous Topic: IDockingWindowFrame::AddToolbar Next Topic: IDockingWindowFrame::RemoveToolbar |
IDockingWindowFrame::FindToolbar
HRESULT FindToolbar( LPCWSTR pwszItem, REFIID riid, LPVOID* ppvObj );Finds the specified IDockingWindow object in the toolbar frame and returns an interface pointer to it.
- Returns NOERROR if successful, or an OLE-defined error code otherwise.
- pwszItem
- Address of a null-terminated UNICODE string. This is the same string that was passed to the AddToolbar method.
- riid
- Identifier of the desired COM interface.
- ppvObj
- Address to receive the interface pointer. If an error occurs, a NULL pointer is placed in this address.
Version 4.71
See also IDockingWindowFrame, IDockingWindowSite
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.