Functions


SetupCloseInfFile Function

[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

C++
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 clientWindows 2000 Professional
Minimum supported serverWindows 2000 Server
HeaderSetupapi.h
LibrarySetupapi.lib
DLLSetupapi.dll

See Also

Overview
Functions
SetupOpenInfFile
SetupOpenAppendInfFile

Build date: 7/30/2009

Tags :


Page view tracker