HidP_FreeCollectionDescription

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

void HidP_FreeCollectionDescription(
  PHIDP_DEVICE_DESC DeviceDescription
);

Parameters

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

Return Values

None.

Requirements

OS Versions: Windows CE .NET 4.2 and later.
Header: Hidpddi.h.
Link Library: Hidparse_lib.lib.

See Also

HID Drivers | HidP_GetCollectionDescription

 Last updated on Tuesday, May 18, 2004

© 1992-2003 Microsoft Corporation. All rights reserved.