Changeset 1993 in vbox
- Timestamp:
- Apr 9, 2007 1:32:12 PM (18 years ago)
- svn:sync-xref-src-repo-rev:
- 20280
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/csam.h
r1832 r1993 207 207 CSAMR3DECL(int) CSAMR3FlushPage(PVM pVM, RTGCPTR addr); 208 208 209 /** 210 * Remove a CSAM monitored page. Use with care! 211 * 212 * @returns VBox status code 213 * @param pVM The VM to operate on. 214 * @param addr GC address of the page to flush 215 */ 216 CSAMR3DECL(int) CSAMR3RemovePage(PVM pVM, RTGCPTR addr); 209 217 210 218 /**
Note:
See TracChangeset
for help on using the changeset viewer.