Changeset 86159 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Sep 17, 2020 5:09:30 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/dbgf.h
r86102 r86159 2379 2379 * @param pThis Pointer to the interface structure. 2380 2380 * @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. 2383 2385 */ 2384 2386 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)); 2386 2389 2387 2390 /**
Note:
See TracChangeset
for help on using the changeset viewer.