Lines Matching defs:version

12  * Foundation, in version 2 as it comes in the "COPYING" file of the
103 /* The initial version 1. */
110 /* The default VRDE server version of Remote USB Protocol. */
416 /** USB version number. */
477 /* The server requests the version of the port the device is attached to.
486 /* Remote USB Protocol version. */
487 /* VRDE_USB_VERSION_3: the 32 bit field is splitted to 16 bit version and 16 bit flags.
490 * a new capability without increasing the protocol version.
492 uint16_t version;
501 #define VRDE_USB_CAPS2_FLAG_VERSION (0x2) /* The client is negotiating the protocol version. */
526 /* The server requests the version of the port the device is attached to.
614 /** The client software version number.
641 /** The version of the VRDE server interface. */
650 /** The version of the interface. */
658 /** The VRDE server entry points. Interface version 1. */
828 /** The VRDE server entry points. Interface version 2.
829 * A new entry point VRDERedirect has been added relative to version 1.
1023 /** The VRDE server entry points. Interface version 3.
1024 * New entry points VRDEAudioInOpen and VRDEAudioInClose has been added relative to version 2.
1032 * Same as version 2. See comment in VRDEENTRYPOINTS_2.
1093 * New for version 3.
1219 /** The VRDE server callbacks. Interface version 1. */
1396 /* Callbacks are the same for the version 1 and version 2 interfaces. */
1399 /** The VRDE server callbacks. Interface version 3. */
1406 * Same as in version 1 and 2. See comment in VRDECALLBACKS_1.
1468 * New for version 3.
1489 /** The VRDE server entry points. Interface version 4.
1490 * New entry point VRDEGetInterface has been added relative to version 3.
1498 * Same as version 3. See comment in VRDEENTRYPOINTS_3.
1534 * VRDEINTERFACEHDR version must correspond to the requested interface version.
1545 /* Callbacks are the same for the version 3 and version 4 interfaces. */
1553 * structure must be initialized with the version of the interface to use.