[This function is available for use in the operating systems indicated in the Requirements section. It may be altered or unavailable in subsequent versions. SetupAPI should no longer be used for installing applications. Instead, use the Windows Installer for developing application installers. SetupAPI continues to be used for installing device drivers.]
The
SetupCloseInfFile function closes the INF file opened by a call to
SetupOpenInfFile. This function closes any INF files appended to it by
calling SetupOpenAppendInfFile.
Syntax
void SetupCloseInfFile(
__in HINF InfHandle
);
Parameters
- InfHandle [in]
-
Handle to the INF file to be closed.
Return Value
This function does not return a value.
Requirements
| Minimum supported client | Windows 2000 Professional |
| Minimum supported server | Windows 2000 Server |
| Header | Setupapi.h |
| Library | Setupapi.lib |
| DLL | Setupapi.dll |
See Also
- Overview
- Functions
- SetupOpenInfFile
- SetupOpenAppendInfFile
Build date: 7/30/2009