Changeset 14266 in vbox
- Timestamp:
- Nov 17, 2008 6:11:06 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/include/VBox/VBoxGuest.h
r14214 r14266 1374 1374 { 1375 1375 uint32_t u32Timeout; /**< IN How long to wait for completion before cancelling the call */ 1376 VBoxGuestHGCMCallInfo info; /** The rest of the call information. Placed after the timeout1376 VBoxGuestHGCMCallInfo info; /**< IN/OUT The rest of the call information. Placed after the timeout 1377 1377 * so that the parameters follow as they would for a normal call. */ 1378 1378 /* Parameters follow in form HGCMFunctionParameter aParms[cParms] */
Note:
See TracChangeset
for help on using the changeset viewer.