Changeset 10819 in vbox for trunk/include/VBox
- Timestamp:
- Jul 22, 2008 5:58:54 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/intnet.h
r10806 r10819 828 828 * @returns VBox status code. 829 829 * @param pIntNet The instance data. 830 * @param hIF The interface handle. 830 * @param hIf The interface handle. 831 * @param pSession The caller's session. 831 832 * @param ppRing0Buf Where to store the address of the ring-3 mapping. 832 833 */ 833 INTNETR0DECL(int) INTNETR0IfGetRing0Buffer(PINTNET pIntNet, INTNETIFHANDLE hIf, P INTNETBUF *ppRing0Buf);834 INTNETR0DECL(int) INTNETR0IfGetRing0Buffer(PINTNET pIntNet, INTNETIFHANDLE hIf, PSUPDRVSESSION pSession, PINTNETBUF *ppRing0Buf); 834 835 835 836 /** … … 838 839 * @returns VBox status code. 839 840 * @param pIntNet The instance data. 840 * @param hI FThe interface handle.841 * @param hIf The interface handle. 841 842 * @param pSession The caller's session. 842 843 * @param ppRing3Buf Where to store the address of the ring-3 mapping. … … 865 866 * @returns VBox status code. 866 867 * @param pIntNet The instance data. 867 * @param hI FThe interface handle.868 * @param hIf The interface handle. 868 869 * @param pSession The caller's session. 869 870 * @param pvFrame Pointer to the frame. Optional, please don't use.
Note:
See TracChangeset
for help on using the changeset viewer.