IDockingWindowFrame::FindToolbarIDockingWindowFrame::FindToolbar*
*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.

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


Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.