Contents Index Topic Contents | ||
Previous Topic: IDockingWindowFrame::FindToolbar Next Topic: IDockingWindowSite |
IDockingWindowFrame::RemoveToolbar
HRESULT RemoveToolbar( IUnknown* punkSrc, DWORD dwRemoveFlags );Removes the specified IDockingWindow from the toolbar frame.
- Returns NOERROR if successful, or an OLE-defined error code otherwise.
- punkSrc
- Address of the IDockingWindow object to be removed. The IDockingWindowFrame implementation will call the IDockingWindow::CloseDW and Release methods.
- dwRemoveFlags
- Option flags for removing the docking window object. This parameter can be one or more of the following values:
DWFRF_NORMAL The default delete processing is performed. DWFRF_DELETECONFIGDATA In addition to deleting the toolbar, any configuration data is removed as well. Version 4.71
See also IDockingWindowSite
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.