SetupDiDestroyDeviceInfoList.3w

Langue: en

Version: Jun 2009 (debian - 07/07/09)

Section: 3 (Bibliothèques de fonctions)

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

Defined in "setupapi.h".

Implemented in "dlls/setupapi/devinst.c".

Debug channel "setupapi".