- Timestamp:
- Apr 24, 2009 4:29:46 PM (16 years ago)
- svn:sync-xref-src-repo-rev:
- 46482
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmapi.h
r19141 r19173 280 280 VMREQDEST_ANY = 0x1001 281 281 } VMREQDEST; 282 283 /** Makes a VMREQDEST value from a VMCPU pointer. */ 284 #define VMREQDEST_FROM_VMCPU(pVCpu) ((VMREQDEST)(pVCpu)->idCpu) 285 282 286 283 287 /**
Note:
See TracChangeset
for help on using the changeset viewer.