VMS Help TCPIP Services, Programming Interfaces, RPC Client Routines, clnt_create_vers *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Creates a client handle and returns its address. Seeks to use a server supporting the highest version number within a specified range. Format #include <rpc/rpc.h> CLIENT *clnt_create_vers(char *host, u_long prognum, u_long *versnum, u_long min_vers, u_long max_vers, char *protocol);
Additional Information (explode) :
|