Scroll to navigation

SetupDiDestroyDeviceInfoList(3w) Wine API SetupDiDestroyDeviceInfoList(3w)

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".
Implemented in "dlls/setupapi/devinst.c".
Debug channel "setupapi".
Oct 2012 Wine API