v2.33
 
IScreenshotService Interface Reference

This interface allows you to create screenshots according to the specified settings. More...

Inheritance diagram for IScreenshotService:

Public Member Functions

HRESULT CreateSettings ([out, retval] IScreenshotSettings **ppSettings)
 Creates screenshot settings object.
 
HRESULT MakeScreenshot ([in] IScreenshotSettings *pSettings, [out, retval] IImage **ppImage)
 Creates screenshot.
 

Detailed Description

This interface allows you to create screenshots according to the specified settings.

This interface can be obtained from IView using standard COM QueryInterface method.