HidD_FreePreparsedData - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// hidsdi.h

BOOLEAN HidD_FreePreparsedData(
  [in] PHIDP_PREPARSED_DATA PreparsedData
);

View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (nf-hidsdi-hidd_freepreparseddata)

HidD_FreePreparsedData function

Description

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

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. Use GetLastError to get extended error information.

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.

See also

HidD_GetPreparsedData

_HIDP_PREPARSED_DATA