SetupCloseInfFile
[New
- Windows NT]
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.
See Also