Skip to content

Latest commit

 

History

History
52 lines (46 loc) · 1.79 KB

nn-wiamindr_lh-iwiaminidrv.md

File metadata and controls

52 lines (46 loc) · 1.79 KB
UID title description old-location tech.root ms.date keywords ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames f1_keywords topic_type api_type api_location api_name
NN:wiamindr_lh.IWiaMiniDrv
IWiaMiniDrv (wiamindr_lh.h)
The IWiaMiniDrv interface provides the methods that are the entry points for all communication between the minidriver and the WIA service. These methods allow the WIA service to control the device.
image\iwiaminidrv_interface.htm
image
05/03/2018
IWiaMiniDrv interface
IWiaMiniDrv, IWiaMiniDrv interface [Imaging Devices], IWiaMiniDrv interface [Imaging Devices],described, MiniDrv_8a22bfee-13f8-4efc-b31d-8dd9fabfe131.xml, image.iwiaminidrv_interface, wiamindr_lh/IWiaMiniDrv
wiamindr_lh.h
Windows
Windows
IWiaMiniDrv
wiamindr_lh/IWiaMiniDrv
APIRef
kbSyntax
COM
wiamindr_lh.h
IWiaMiniDrv

IWiaMiniDrv interface

-description

The IWiaMiniDrv interface provides the methods that are the entry points for all communication between the minidriver and the WIA service. These methods allow the WIA service to control the device.

A WIA minidriver writer must implement each method in this interface, although the implementations are not required to do anything more than return E_NOTIMPL (for IWiaMiniDrv::drvAnalyzeItem and IWiaMiniDrv::drvGetDeviceErrorStr) or S_OK (for the other methods in this interface).

-inheritance