Opened 9 years ago
Closed 5 years ago
#15139 closed enhancement (obsolete)
Add ability to query version of VirtualBox in runtime
Reported by: | Kentzo | Owned by: | |
---|---|---|---|
Component: | VMM | Version: | VirtualBox 5.0.14 |
Keywords: | api | Cc: | |
Guest type: | all | Host type: | all |
Description
When developing extensions, there is a necessity to query version of VirtualBox (and versioned structures) in runtime. E.g. to provide different implementation for different versions without providing separate binary for each version of vbox.
API should provide static functions to query current version of any versioned entity.
Change History (2)
comment:1 by , 9 years ago
comment:2 by , 5 years ago
Resolution: | → obsolete |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
To detect the version of the runtime, use RTBldCfgRevision() / RTBldCfgVersionMajor() / RTBldCfgVersionMinor() / RTBldCfgVersionBuild(). And the API provides IVirtualBox::Version().