~ubuntu-branches/ubuntu/quantal/virtualbox/quantal

« back to all changes in this revision

Viewing changes to include/VBox/VBoxGuestLib.h

  • Committer: Package Import Robot
  • Author(s): Felix Geyer
  • Date: 2012-04-05 12:41:55 UTC
  • mfrom: (3.1.12 sid)
  • Revision ID: package-import@ubuntu.com-20120405124155-i7b39tv5ddwhubbe
Tags: 4.1.12-dfsg-2
* Upstream has replaced the 4.1.12 tarball with a new one that fixes a
  crash when creating host only interfaces. (Closes: #667460)
  - Add 36-tarball-respin.patch which contains the diff between the old
    and the new tarball.

Show diffs side-by-side

added added

removed removed

Lines of Context:
312
312
DECLVBGL(int) VbglHGCMCall (VBGLHGCMHANDLE handle, VBoxGuestHGCMCallInfo *pData, uint32_t cbData);
313
313
 
314
314
/**
 
315
 * Call to a service with user-mode data received by the calling driver from the User-Mode process.
 
316
 * The call must be done in the context of a calling process.
 
317
 *
 
318
 * @param handle      Handle of the connection.
 
319
 * @param pData       Call request information structure, including function parameters.
 
320
 * @param cbData      Length in bytes of data.
 
321
 *
 
322
 * @return VBox status code.
 
323
 */
 
324
DECLVBGL(int) VbglHGCMCallUserData (VBGLHGCMHANDLE handle, VBoxGuestHGCMCallInfo *pData, uint32_t cbData);
 
325
 
 
326
/**
315
327
 * Call to a service with timeout.
316
328
 *
317
329
 * @param handle      Handle of the connection.