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 "include/setupapi.h". gitlab.winehq.org/wine/wine/blob/master/include/setupapi.h

Implemented in "dlls/setupapi/devinst.c". gitlab.winehq.org/wine/wine/blob/master/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 Nov 2024.