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

QueryInterface2Y54585

Returns pointers to supported interfaces.

AddRef1SHW0SS

Increments reference count.

ReleaseDUW01A

Decrements reference count.

 

IFileViewer Methods

Description

PrintToFO14AD

Prints a file.

ShowKLOQL3

Displays a file.

ShowInitializeBV99I3

Prepares to display a file.