MicrosoftDNS_WINSRType class

The subclass of MicrosoftDNS_ResourceRecord that represents a WINS Reverse Look-up (WINSR) record.

The following syntax is simplified from MOF code.

Syntax

class MicrosoftDNS_WINSRType : MicrosoftDNS_ResourceRecord
{
  uint32 MappingFlag;
  uint32 LookupTimeout;
  uint32 CacheTimeout;
  string ResultDomain;
};

Members

The MicrosoftDNS_WINSRType class has these types of members:

Methods

The MicrosoftDNS_WINSRType class has these methods.

Method Description
CreateInstanceFromPropertyData Instantiates a WINSR Type of RR based on the data in the method's input parameters: the record's DNS Server Name, Container Name, Owner Name, class (default = IN), time-to-live value, and WINS mapping flag, reverse look-up time out, WINS cache time out and domain name to append. It returns a reference to the new object as an output parameter.
Qualifiers: Implemented, static
Modify Updates the TTL, Mapping Flag, Look-up Time out, Cache Time out and Result Domain to the values specified as the input parameters of this method. If a new value for a parameter is not specified, then the current value for the parameter is not changed. The method returns a reference to the modified object as an output parameter.
Qualifiers: Implemented

Properties

The MicrosoftDNS_WINSRType class has these properties.

CacheTimeout

Data type: uint32

Access type: Read-only

Time, in seconds, that a DNS Server using WINS Look up may cache the WINS server's response.

LookupTimeout

Data type: uint32

Access type: Read-only

Time out, in seconds, for a DNS Server using WINS Reverse Look up.

MappingFlag

Data type: uint32

Access type: Read-only

WINSR mapping flag that specifies whether the record must be included into the zone replication. It may have only two values: 0x80000000 and 0x00010000 corresponding to the replication and no-replication (local record) flags, respectively.

ResultDomain

Data type: string

Access type: Read-only

Domain name to append to returned NetBIOS names.

Requirements

Requirement Value
Minimum supported client
None supported
Minimum supported server
Windows 2000 Server [desktop apps only]
Namespace
Root\MicrosoftDNS
MOF
Dnsprov.mof

See also

CreateInstanceFromPropertyData Method of the MicrosoftDNS_WINSRType Class

Modify Method of the MicrosoftDNS_WINSRType Class

MicrosoftDNS_ResourceRecord