Desktop Functions: Smart Device Functions:
|
HidD_GetFeature (hid)
C# Signature:
[DllImport("hid.dll", SetLastError=true)] VB Signature:
Declare Function HidD_GetFeature Lib "hid.dll" (ByVal HidDeviceObject As SafeFileHandle, out lpReportBuffer As Byte, ReportBufferLength As Int32) As Boolean User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Return Value - True if succeeded, otherwise False. For C# - Must include "using Microsoft.Win32.SafeHandles;". For VB - Must include "Imports Microsoft.Win32.SafeHandles". Tips & Tricks:Please add some! Sample Code:Please add some! Please edit this page!Do you have...
Select "Edit This Page" on the right hand toolbar and edit it! Or add new pages containing supporting types needed for this API (structures, delegates, and more). |
|