Platform SDK: Installing Applications/Setup |
The SetupAddToSourceList function appends a value to the list of installation sources for either the current user or the system. If the value already exists, it is removed first, so that duplicate entries are not created.
BOOL SetupAddToSourceList( DWORD Flags, // specifies a list to append to PCTSTR Source // the source to add to the list );
Note If a temporary list is currently in use (see SetupSetSourceList), the preceding flags are ignored and the source is added to the temporary list.
If the function succeeds, the return value is a non-zero value.
If the function fails, the return value is zero. To get extended error information, call GetLastError.
Windows NT/2000: Requires Windows NT 4.0 or later.
Windows 95/98: Requires Windows 95 or later. Available as a redistributable for Windows 95.
Header: Declared in Setupapi.h.
Library: Use Setupapi.lib.
Unicode: Implemented as Unicode and ANSI versions on Windows NT/2000.
Overview, Functions, SetupRemoveFromSourceList, SetupSetSourceList