SetupFreeSourceList
[New
- Windows NT]
The SetupFreeSourceList
function frees the system resources allocated to a source list.
BOOL SetupFreeSourceList(
PCTSTR **List, |
// an array of
sources to free |
UINT Count |
// the number of
sources in the array |
); |
|
Parameters
List
Specifies a
pointer to an array of sources from SetupQuerySourceList
Count
Specifies the
number of sources in the list.
Return Values
If the
function succeeds, the return value is TRUE.
If the
function fails, the return value is FALSE. To get extended error information,
call GetLastError
See Also