VirtualBox

Ignore:
Timestamp:
Oct 16, 2024 4:27:03 PM (4 months ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
165210
Message:

Windows installers: Added code for also parsing and querying version information from INF files. Will be also displayed in tstVBoxInstHlpDrvInst now [build fix]. bugref:10762

File:
1 copied

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/GuestHost/VBoxWinDrvDefs.h

    r106394 r106395  
    11/* $Id$ */
    22/** @file
    3  * VBoxWinDrvCommon - Common Windows driver functions.
     3 * VBoxWinDrvDefs - Common definitions for Windows driver functions.
    44 */
    55
     
    4141#endif
    4242
    43 #include <iprt/win/windows.h>
    44 #include <iprt/win/setupapi.h>
    45 
    4643#include <iprt/utf16.h>
    4744
     
    8178typedef VBOXWINDRVINFSEC_VERSION *PVBOXWINDRVINFSEC_VERSION;
    8279
    83 int VBoxWinDrvInfOpenEx(PCRTUTF16 pwszInfFile, PRTUTF16 pwszClassName, HINF *phInf);
    84 int VBoxWinDrvInfOpen(PCRTUTF16 pwszInfFile, HINF *phInf);
    85 int VBoxWinDrvInfOpenUtf8(const char *pszInfFile, HINF *phInf);
    86 int VBoxWinDrvInfClose(HINF hInf);
    87 int VBoxWinDrvInfQueryFirstModel(HINF hInf, PRTUTF16 *ppwszModel);
    88 int VBoxWinDrvInfQueryFirstPnPId(HINF hInf, PRTUTF16 pwszModel, PRTUTF16 *ppwszPnPId);
    89 int VBoxWinDrvInfQueryKeyValue(PINFCONTEXT pCtx, DWORD iValue, PRTUTF16 *ppwszValue, PDWORD pcwcValue);
    90 int VBoxWinDrvInfQueryModelsSectionName(HINF hInf, PRTUTF16 *ppwszValue, PDWORD pcwcValue);
    91 int VBoxWinDrvInfQuerySectionVerEx(HINF hInf, UINT uIndex, PVBOXWINDRVINFSEC_VERSION pVer);
    92 int VBoxWinDrvInfQuerySectionVer(HINF hInf, PVBOXWINDRVINFSEC_VERSION pVer);
    93 
    9480#endif /* !VBOX_INCLUDED_GuestHost_VBoxWinDrvCommon_h */
    95 
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette