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.
Listing INF files in a specified directory
VOID SetupCloseInfFile(
HINF InfHandle // handle to the INF file to close
);
DECLARE SetupCloseInfFile IN setupapi;
INTEGER InfHandle
InfHandle Handle to the INF file to close.