SetupCancelTemporarySourceList

The SetupCancelTemporarySourceList function cancels any temporary list and no-browse behavior and reestablishes standard list behavior.

BOOL SetupCancelTemporarySourceList(
  VOID  // takes no parameters
);
 

Parameters

None.

Return Values

If a temporary list was in effect, the return value is a non-zero value. Otherwise, the return value is zero.To get extended error information, call GetLastError.

QuickInfo

  Windows NT: Use version 4.0 and later.
  Windows: Use Windows 95 and later.
  Windows CE: Unsupported.
  Header: Declared in setupapi.h.
  Import Library: Link with setupapi.lib.

See Also

Overview, Functions, SetupSetSourceList