Skip to content

Latest commit

 

History

History
39 lines (16 loc) · 1.11 KB

creating-a-user-mode-still-image-minidriver.md

File metadata and controls

39 lines (16 loc) · 1.11 KB
title description ms.date
Creating a User-Mode Still Image Minidriver
Creating a User-Mode Still Image Minidriver
04/20/2017

Creating a User-Mode Still Image Minidriver

All user-mode still image minidrivers must implement the interface methods defined by IStiUSD COM Interface. This implementation is relatively easy, using the following procedure.

To implement the methods defined by the IStiUSD COM interface:

  1. Obtain a GUID for the interface, and include it in a header file and a setup information (INF) file.

  2. Create an implementation file such as ( .cpp).

  3. Create a customized class definition, using IStiUSD as an inherited class.

  4. Implement all of the methods that have been defined for the IStiUSD COM Interface. If a method is not needed, it must return STIERR_UNSUPPORTED.

This section provides information about the following topics:

Still Image Device Events

Transfer Modes

Security Issues for Still Image Drivers