Changeset 75534 in vbox for trunk/include/VBox/vmm
- Timestamp:
- Nov 17, 2018 12:16:55 AM (6 years ago)
- svn:sync-xref-src-repo-rev:
- 126692
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r73285 r75534 3342 3342 * The the VM CPU ID of the current thread (restricted API). 3343 3343 * 3344 * @returns The VMCPUID of the calling thread, NIL_ CPUID if not EMT.3344 * @returns The VMCPUID of the calling thread, NIL_VMCPUID if not EMT. 3345 3345 * @param pDevIns The device instance. 3346 3346 */ … … 3709 3709 * The the VM CPU ID of the current thread (restricted API). 3710 3710 * 3711 * @returns The VMCPUID of the calling thread, NIL_ CPUID if not EMT.3711 * @returns The VMCPUID of the calling thread, NIL_VMCPUID if not EMT. 3712 3712 * @param pDevIns The device instance. 3713 3713 */ … … 3970 3970 * The the VM CPU ID of the current thread (restricted API). 3971 3971 * 3972 * @returns The VMCPUID of the calling thread, NIL_ CPUID if not EMT.3972 * @returns The VMCPUID of the calling thread, NIL_VMCPUID if not EMT. 3973 3973 * @param pDevIns The device instance. 3974 3974 */
Note:
See TracChangeset
for help on using the changeset viewer.