description | ms.assetid | title | ms.topic | ms.date | topic_type | api_name | api_type | api_location | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
The following constants form the set of valid Windows Image Acquisition (WIA) hardware device commands. |
f86a0944-2f2a-467e-a9e8-4cdecfc50175 |
WIA Device Commands (Wiadef.h) |
reference |
05/31/2018 |
|
|
|
|
The following constants form the set of valid Windows Image Acquisition (WIA) hardware device commands.
Constant | Description |
---|---|
|
Causes the device's minidriver to synchronize cached items with the hardware device. If the device supports the IWiaItem::AnalyzeItem method, issuing this command causes the minidriver to discard the analysis results and reset the item to its initial state. All drivers must support this command. |
|
Causes a WIA device to acquire an image. |
|
Tells the device to delete all items that can be deleted from the tree of IWiaItem objects that represent the device. Item deletion is prevented by setting the item's properties. For details, see IWiaPropertyStorage::SetPropertyStream and Property Attributes. |
|
Used for document scanners. Causes the scanner to load the next page in its document handler. |
|
Used for document scanners. Tells the device to unload all remaining pages in its document handler. |
WIA_CMD_START_FEEDER |
Used for document scanners that have a page feeder. Tells the device to start the feeder motor. This feature is available starting with Windows 8. Note: The WIA minidriver must reject this command and return WIA_ERROR_INVALID_COMMAND when the WIA_IPS_FEEDER_CONTROL property is not supported, or is set to WIA_FEEDER_CONTROL_AUTO. |
WIA_CMD_STOP_FEEDER |
Used for document scanners that have a page feeder. Tells the device to stop the feeder motor. This feature is available starting with Windows 8. Note: The WIA minidriver must reject this command and return WIA_ERROR_INVALID_COMMAND when the WIA_IPS_FEEDER_CONTROL property is not supported, or is set to WIA_FEEDER_CONTROL_AUTO. |
WIA_CMD_PAUSE_FEEDER |
Used for document scanners that have a page feeder. Tells the device to pause the feeder motor. This feature is available starting with Windows 8. Note: The WIA minidriver must reject this command and return WIA_ERROR_INVALID_COMMAND when the WIA_IPS_FEEDER_CONTROL property is not supported, or is set to WIA_FEEDER_CONTROL_AUTO. |
Requirement | Value |
---|---|
Minimum supported client |
Windows 2000 Professional, Windows XP [desktop apps only] |
Minimum supported server |
Windows Server 2003 [desktop apps only] |
Header |
|