NAME

SetupDiDestroyDeviceInfoList  (SETUPAPI.@)

SYNOPSIS

 BOOL SetupDiDestroyDeviceInfoList
 (
  HDEVINFO devinfo
 )

DESCRIPTION

Destroy a DeviceInfoList and free all used memory of the list.

PARAMS

devinfo [In] DeviceInfoList pointer to list to destroy.

RETURNS

Success: non zero value.

Failure: zero value.

IMPLEMENTATION

Declared in "setupapi.h". https://source.winehq.org/source/include/setupapi.h

Implemented in "dlls/setupapi/devinst.c". https://source.winehq.org/source/dlls/setupapi/devinst.c

Debug channel "setupapi".


Copyright © 2024 The Wine Project. All trademarks are the property of their respective owners. Visit WineHQ for license details. Generated Apr 2024.