WIA ドライバーのバージョン管理

A driver reports the version of WIA (or STI for legacy drivers) that it supports in the version field that is returned from IStiUSD::GetCapabilities. Drivers typically set this field to STI_VERSION, which is defined in Sti.h.

Windows Vista 用 Windows Driver Kit (WDK) では、STI_VERSIONの値が以前のオペレーティング システムのSTI_VERSIONの値よりも大きくなります。 ドライバーのバージョンに Windows Vista の値がある場合は、Windows Vista IStream データ転送をサポートする必要があります。

A Windows Vista driver that adheres to the new Windows Vista WIA model must return STI_VERSION_3 in the version field that is returned from IStiUSD::GetCapabilities.