SetupCloseInfFile

The SetupCloseInfFile function closes the INF file opened by a call to SetupOpenInfFile and any INF files appended to it by SetupOpenAppendInfFile.

VOID SetupCloseInfFile(
  HINF InfHandle  // handle to the INF file to close
);
 

Parameters

InfHandle
Handle to the INF file to close.

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, SetupOpenInfFile, SetupOpenAppendInfFile