Changeset 83285 in vbox for trunk/include
- Timestamp:
- Mar 13, 2020 1:25:04 PM (5 years ago)
- svn:sync-xref-src-repo-rev:
- 136441
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/vmm/pdmdev.h
r83281 r83285 4133 4133 * @param enmKind The kind of access handler. 4134 4134 * @param pfnHandlerR3 Pointer to the ring-3 handler callback. 4135 * @param pszModR0 The name of the ring-0 module, NULL is an alias for4136 * the main ring-0 module.4137 4135 * @param pszHandlerR0 The name of the ring-0 handler, NULL if the ring-3 4138 4136 * handler should be called. 4139 4137 * @param pszPfHandlerR0 The name of the ring-0 \#PF handler, NULL if the 4140 4138 * ring-3 handler should be called. 4141 * @param pszModRC The name of the raw-mode context module, NULL is an4142 * alias for the main RC module.4143 4139 * @param pszHandlerRC The name of the raw-mode context handler, NULL if 4144 4140 * the ring-3 handler should be called.
Note:
See TracChangeset
for help on using the changeset viewer.