2.2.2.4 WINSINTF_ADD_VERS_MAP_T

The WINSINTF_ADD_VERS_MAP_T structure defines an address version map pair. This data structure is generally used by other data structures, such as WINSINTF_RESULTS_T and WINSINTF_RESULTS_NEW_T.

 typedef struct _WINSINTF_ADD_VERS_MAP_T {
   WINSINTF_ADD_T Add;
   LARGE_INTEGER VersNo;
 } WINSINTF_ADD_VERS_MAP_T,
  *PWINSINTF_ADD_VERS_MAP_T;

Add: A structure containing the IP address of a partner WINS server.

VersNo: The highest version number from all of the records owned by a WINS server at the target WINS server database. Each record in the database has a version number and owner Id associated with it.