SetupCloseLog function (setupapi.h)
[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 SetupCloseLog function closes the log files.
Syntax
WINSETUPAPI VOID SetupCloseLog();
Return value
This function does not return a value.
Remarks
The log files are located in the Windows directory, and the file names are Setupact.log and Setuperr.log.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP [desktop apps only] |
Minimum supported server | Windows Server 2003 [desktop apps only] |
Target Platform | Windows |
Header | setupapi.h |
Library | Setupapi.lib |
DLL | Setupapi.dll |
API set | ext-ms-win-setupapi-logging-l1-1-0 (introduced in Windows 8) |