2.2.1.5 WINSINTF_CMD_E

The WINSINTF_CMD_E enumeration is used by the RPC methods to retrieve the configuration of a particular WINS server. This enumeration is used in conjunction with the WINSINTF_RESULTS_T and WINSINTF_RESULTS_NEW_T structures.

 typedef  enum _WINSINTF_CMD_E
 {
   WINSINTF_E_ADDVERSMAP = 0,
   WINSINTF_E_CONFIG,
   WINSINTF_E_STAT,
   WINSINTF_E_CONFIG_ALL_MAPS
 } WINSINTF_CMD_E,
  *PWINSINTF_CMD_E;

WINSINTF_E_ADDVERSMAP:  Gets an entry from the owner version map of the target WINS server.

WINSINTF_E_CONFIG:  Get the configuration details of the target WINS server.

WINSINTF_E_STAT:   Get statistics for the target WINS server.

WINSINTF_E_CONFIG_ALL_MAPS:  Get all owner version map entries from the target WINS server.