IFileViewer::Show
[Now
Supported on Windows NT]
Displays a
file.
The shell
specifies the name of the file to display by calling the file viewer s IPersistFile::Load
member function.
IFileViewer::Show
can fail only if IFileViewer::ShowInitialize
HRESULT Show(
IFileViewer FAR *pFileViewer, |
|
LPFVSHOWINFO pvsi |
|
); |
|
Parameters
pFileViewer
Address of
the IFileViewer interface. In C++, this parameter is implicit.
pvsi
Address of an
FVSHOWINFO
Return Values
Returns the
NOERROR value if successful or the E_UNEXPECTED value if the IFileViewer::ShowInitialize
See Also