@msdn=http://msdn.microsoft.com/en-us/library/ms790918.aspx @pinvoke=http://pinvoke.net/$$$.htm Summary: Removes any Input reports waiting in the buffer. !!!!C# Signature: [DllImport("hid.dll", SetLastError=true)] static extern Boolean HidD_FlushQueue(SafeFileHandle HidDeviceObject); !!!!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. '''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! Documentation: HidD_FlushQueue@msdn on MSDN
Edit hid.HidD_FlushQueue
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.