2.2.1.4 WINSINTF_ACT_E

 The WINSINTF_ACT_E enumeration indicates an action type requested by the RPC method R_WinsRecordAction for a record contained in the WINSINTF_RECORD_ACTION_T structure.

 typedef  enum _WINSINTF_ACT_E
 {
   WINSINTF_E_INSERT = 0,
   WINSINTF_E_DELETE,
   WINSINTF_E_RELEASE,
   WINSINTF_E_MODIFY,
   WINSINTF_E_QUERY
 } WINSINTF_ACT_E,
  *PWINSINTF_ACT_E;

WINSINTF_E_INSERT:  Insert a record into the WINS database.

WINSINTF_E_DELETE:  Delete a matching record from the WINS database.

WINSINTF_E_RELEASE:  Release a matching record from the WINS database.

WINSINTF_E_MODIFY:  Modify the attributes of the matching record.

WINSINTF_E_QUERY:  Query the database for a given name.