Changeset 106323 in vbox
- 时间戳:
- 2024-10-15 下午01:14:14 (3个月前)
- 文件:
-
- 修改了1个
图例:
- 未修改
- 增加
- 删除
-
trunk/include/VBox/GuestHost/VBoxWinDrvInst.h
r106321 r106323 40 40 # pragma once 41 41 #endif 42 43 #include <iprt/types.h> 44 45 RT_C_DECLS_BEGIN 42 46 43 47 /** Windows driver installer handle. */ … … 96 100 int VBoxWinDrvInstUninstallExecuteInf(VBOXWINDRVINST hDrvInst, const char *pszInfFile, const char *pszSection, uint32_t fFlags); 97 101 102 RT_C_DECLS_END 103 98 104 #endif /* !VBOX_INCLUDED_GuestHost_VBoxWinDrvInst_h */ 99 105
Note:
See TracChangeset
for help on using the changeset viewer.