V (RPC)

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

varying array

Array whose range of transmitted elements is determined at run time by another parameter, structure, or expression. See also conformant array and open array.

version number

Two numbers, separated by a decimal point, that identify the version of an interface. To be compatible, the major version number (the number to the left of the decimal point) must be the same for both client and server, and the minor version number of the server must be greater than or equal to the minor version number of the client.