Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This header is used by Device Access API. For more information, see:
deviceaccess.h contains the following programming interfaces:
Interfaces
| ICreateDeviceAccessAsync The ICreateDeviceAccessAsync interface is returned from a call to CreateDeviceAccessInstance. |
| 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. |
Functions
| CreateDeviceAccessInstance Creates the object that's used to access a device. The instantiated object implements the IDeviceIoControl and ICreateDeviceAccessAsync interfaces. |