HidD_FreePreparsedData routine
The HidD_FreePreparsedData routine releases the resources that the HID class driver allocated to hold a top-level collection's preparsed data.
Syntax
BOOLEAN __stdcall HidD_FreePreparsedData( _In_ PHIDP_PREPARSED_DATA PreparsedData );
Parameters
- PreparsedData [in]
-
Pointer to the buffer, returned by HidD_GetPreparsedData, that is freed.
Return value
HidD_FreePreparsedData returns TRUE if it succeeds. Otherwise, it returns FALSE if the buffer was not a preparsed data buffer.
Remarks
Only user-mode applications can call HidD_FreePreparsedData.
To obtain a collection's preparsed data, use HidD_GetPreparsedData.
For more information, see HID Collections.
Requirements
|
Version | Available in Windows 2000 and later versions of Windows. |
|---|---|
|
Header |
|
|
Library |
|
See also
Send comments about this topic to Microsoft
Build date: 10/26/2012