SetupApi用户接口函数
2021-11-19
57
0
可以在类安装程序和联合安装程序中使用以下设置函数来确定当前进程是否可以与用户交互。
Function | Description |
---|---|
SetupGetNonInteractiveMode | Returns the value of a SetupAPI non-interactive flag that indicates whether the caller’s process can interact with a user through user interface components, such as dialog boxes. |
SetupSetNonInteractiveMode | Sets a non-interactive SetupAPI flag that determines whether SetupAPI can interact with a user in the caller’s context. |