Changeset 11147 in vbox for trunk/src/VBox/VMM/VMMAll
- Timestamp:
- Aug 5, 2008 10:04:24 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMAll/PDMAllQueue.cpp
r11146 r11147 131 131 132 132 /** 133 * Gets the GC pointer for the specified queue.133 * Gets the RC pointer for the specified queue. 134 134 * 135 * @returns The GC address of the queue.135 * @returns The RC address of the queue. 136 136 * @returns NULL if pQueue is invalid. 137 137 * @param pQueue The queue handle. 138 138 */ 139 PDMDECL(RCPTRTYPE(PPDMQUEUE)) PDMQueue GCPtr(PPDMQUEUE pQueue)139 PDMDECL(RCPTRTYPE(PPDMQUEUE)) PDMQueueRCPtr(PPDMQUEUE pQueue) 140 140 { 141 141 Assert(VALID_PTR(pQueue));
Note:
See TracChangeset
for help on using the changeset viewer.