Overview
Group
Quick Info

IFileViewer

Designates an interface that allows a registered file viewer to be notified when it must show or print a file. The shell calls this interface when the user selects the Quick View command from a file's context menu and the file is a type that the file viewer recognizes. The IFileViewer interface has the following member functions:

Methods in Vtable Order

IUnknown Methods
Description
QueryInterface
Returns pointers to supported interfaces.
AddRef
Increments reference count.
Release
Decrements reference count.

IFileViewer Methods
Description
PrintTo
Prints a file.
Show
Displays a file.
ShowInitialize
Prepares to display a file.

Software for developers
Delphi Components
.Net Components
Software for Android Developers
More information resources
MegaDetailed.Net
Unix Manual Pages
Delphi Examples