VirtualBox

Changeset 86159 in vbox for trunk/include/VBox/vmm


Ignore:
Timestamp:
Sep 17, 2020 5:09:30 PM (4 years ago)
Author:
vboxsync
Message:

DBGF,DBGPlugInWinNt: Extract NtBuildNumber and make it available through the query versions callback

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/VBox/vmm/dbgf.h

    r86102 r86159  
    23792379     * @param   pThis                           Pointer to the interface structure.
    23802380     * @param   pUVM                            The user mode VM handle.
    2381      * @param   puVersMajor                     Where to store the major version part.
    2382      * @param   puVersMinor                     Where to store the minor version part.
     2381     * @param   puVersMajor                     Where to store the major version part, optional.
     2382     * @param   puVersMinor                     Where to store the minor version part, optional.
     2383     * @param   puBuildNumber                   Where to store the build number, optional.
     2384     * @param   pf32Bit                         Where to store the flag whether this is a 32bit Windows NT, optional.
    23832385     */
    23842386    DECLCALLBACKMEMBER(int, pfnQueryVersion,(struct DBGFOSIWINNT *pThis, PUVM pUVM,
    2385                                              uint32_t *puVersMajor, uint32_t *puVersMinor));
     2387                                             uint32_t *puVersMajor, uint32_t *puVersMinor,
     2388                                             uint32_t *puBuildNumber, bool *pf32Bit));
    23862389
    23872390    /**
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