Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 1.72 KB

com-interfaces.md

File metadata and controls

23 lines (17 loc) · 1.72 KB
title description ms.assetid ms.topic ms.date
COM Interfaces - Device Access
Component Object Model (COM)interfaces in the Device Access API.
96F532B7-5CF9-4341-932B-7F8BEDA9551F
article
02/11/2020

COM Interfaces - Device Access

Component Object Model (COM)interfaces in the Device Access API.

In this section

Topic Description
ICreateDeviceAccessAsync
The ICreateDeviceAccessAsync interface is returned from a call to CreateDeviceAccessInstance. It enables the caller to control the operation of binding to an instance of a device in order to retrieve another interface that can be used to interact with that device.
IDeviceIoControl
Sends a control code to a device driver.This action causes the device to perform the corresponding operation.
IDeviceRequestCompletionCallback
Provides a method to handle the completion of calls to the DeviceIoControlAsyncmethod.

Related topics

Custom Driver Access Sample, UWP device apps for internal devices, Hardware Dev Center