Share via


HidP_FreeCollectionDescription (Compact 2013)

3/26/2014

This function frees the resources in the DeviceDescription parameter that the HidP_GetCollectionDescription function allocated. It does not free the DeviceDescription block parameter.

Syntax

void HidP_FreeCollectionDescription(
  PHIDP_DEVICE_DESC DeviceDescription
);

Parameters

  • DeviceDescription
    [in] HIDP_DEVICE_DESC block that the HidP_GetCollectionDescription function filled in.

Return Value

None.

Requirements

Header

hidpddi.h

Library

Hidparse_lib.lib

See Also

Reference

HID Parser Functions
HidP_GetCollectionDescription