SetupFreeSourceList  11M4JQY 

[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 SetupQuerySourceListL2E1I. When the function returns, this pointer is set to NULL.

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 GetLastError11C2VS7.

See Also

SetupCancelTemporarySourceList, SetupSetSourceList