Changeset 8217 in vbox for trunk/include
- Timestamp:
- Apr 21, 2008 11:33:22 AM (17 years ago)
- svn:sync-xref-src-repo-rev:
- 29936
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/csam.h
r8155 r8217 274 274 275 275 /** 276 * Unmonitors a code page 277 * 278 * @returns VBox status code 279 * @param pVM The VM to operate on. 280 * @param pPageAddrGC The page to monitor 281 * @param enmTag Monitor tag 282 */ 283 CSAMR3DECL(int) CSAMR3UnmonitorPage(PVM pVM, RTGCPTR pPageAddrGC, CSAMTAG enmTag); 284 285 /** 276 286 * Analyse interrupt and trap gates 277 287 *
Note:
See TracChangeset
for help on using the changeset viewer.