Skip to content

Latest commit

 

History

History
36 lines (25 loc) · 781 Bytes

SetupCloseInfFile.md

File metadata and controls

36 lines (25 loc) · 781 Bytes

Home

Function name : SetupCloseInfFile

Group: Setup API functions - Library: setupapi


Closes the INF file opened by a call to SetupOpenInfFile and any INF files appended to it by SetupOpenAppendInfFile.


Code examples:

Listing INF files in a specified directory

Declaration:

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

FoxPro declaration:

DECLARE SetupCloseInfFile IN setupapi;
	INTEGER InfHandle  

Parameters:

InfHandle Handle to the INF file to close.