Desktop Functions: Smart Device Functions:
|
HidD_FlushQueue (hid)
C# Signature:
[DllImport("hid.dll", SetLastError=true)] VB Signature:
Declare Function HidD_FlushQueue Lib "hid.dll" (SafeFileHandle HidDeviceObject) As Boolean User-Defined Types:None. Alternative Managed API:Do you know one? Please contribute it! Notes:Return Value - returns TRUE if it successfully flushes the queue. Otherwise, it returns FALSE. Return Value - returns TRUE if it successfully flushes the queue. Otherwise, it returns FALSE. For C# - Must include "using Microsoft.Win32.SafeHandles;". For C# - Must include "using Microsoft.Win32.SafeHandles;". For VB - Must include "Imports 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). |
|