Contents Index Topic Contents | ||
Previous Topic: IFileViewer::ShowInitialize Next Topic: IFileViewerSite::GetPinnedWindow |
IFileViewerSite
The IFileViewerSite interface designates an interface that allows a file viewer to retrieve the handle to the current pinned window or to set a new pinned window. The pinned window is the window in which the current file viewer displays a file. When the user selects a new file to view, the shell directs the file viewer to display the new file in the pinned window rather than create a new window.
When to Implement
You do not normally implement this interface. The shell implements this interface to provide a pinned window for the file viewer.
When to Use
You use this interface to obtain or set the window for a file viewer.
IFileViewerSite Methods Description GetPinnedWindow Retrieves the handle to the current pinned window. SetPinnedWindow Sets a new pinned window.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.