HidD_FreePreparsedData (hid)
Last changed: -217.132.111.188

.
Summary
The routine releases the resources that the HID class driver allocated to hold a top-level collection's preparsed data.

C# Signature:

[DllImport("hid.dll", SetLastError=true)]
static extern Boolean HidD_FreePreparsedData(ref IntPtr PreparsedData);

VB Signature:

Declare Function HidD_FreePreparsedData Lib "hid.dll" (ByRef PreparsedData As Integer) As Boolean

User-Defined Types:

None.

Alternative Managed API:

Do you know one? Please contribute it!

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Documentation