IPreviewHandlerFrame interface
Enables preview handlers to pass keyboard shortcuts to the host. This interface retrieves a list of keyboard shortcuts and directs the host to handle a keyboard shortcut.
Members
The IPreviewHandlerFrame interface inherits from the IUnknown interface. IPreviewHandlerFrame also has these types of members:
Methods
The IPreviewHandlerFrame interface has these methods.
| Method | Description |
|---|---|
| GetWindowContext |
Gets a list of the keyboard shortcuts for the preview host. |
| TranslateAccelerator |
Directs the host to handle an keyboard shortcut passed from the preview handler. |
Remarks
This is an interface that preview handlers use to communicate keyboard shortcuts to the host. Preview handlers obtain this interface by calling QueryInterface on the pointer passed as a parameter to SetSite. Preview handlers do not need to implement this interface.
Requirements
|
Minimum supported client |
Windows Vista, Windows XP [desktop apps only] |
|---|---|
|
Minimum supported server |
Windows Server 2003 [desktop apps only] |
|
Redistributable |
Windows Search 4 or later |
|
Header |
|
|
IDL |
|