Changeset 26163 in vbox for trunk/include
- Timestamp:
- Feb 2, 2010 6:58:33 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/pdmusb.h
r26162 r26163 106 106 * @returns VBox status. 107 107 * @param pUsbIns The USB device instance data. 108 * If the registration structure is needed, it canbe109 * access edthru pUsbDev->pReg.108 * If the registration structure is needed, it will be 109 * accessible thru pUsbDev->pReg. 110 110 * @param iInstance Instance number. Use this to figure out which registers 111 111 * and such to use. The instance number is also found in … … 654 654 R3PTRTYPE(PCPDMUSBHLP) pUsbHlp; 655 655 /** Pointer to the USB device registration structure. */ 656 R3PTRTYPE(PCPDMUSBREG) p Usb;656 R3PTRTYPE(PCPDMUSBREG) pReg; 657 657 /** Configuration handle. */ 658 658 R3PTRTYPE(PCFGMNODE) pCfg;
Note:
See TracChangeset
for help on using the changeset viewer.