IFileViewer::ShowIFileViewer::Show*
*Contents  *Index  *Topic Contents
*Previous Topic: IFileViewer::PrintTo
*Next Topic: IFileViewer::ShowInitialize

IFileViewer::Show


HRESULT Show(
    LPFVSHOWINFO pvsi		
   );		

Displays a file. The shell specifies the name of the file to display by calling the file viewer's IPersistFile::Load method.

pvsi
Address of an FVSHOWINFO structure to contain information that the file viewer uses to display the file. A file viewer can return information to the shell by modifying the members of the structure.

See also IFileViewer


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