Edit

Share via


CreateInstanceFromPropertyData method of the MicrosoftDNS_WINSType class

The CreateInstanceFromPropertyData method instantiates a Windows Internet Name Service (WINS) Resource Record.

Syntax

void CreateInstanceFromPropertyData(
  [in]           string                DnsServerName,
  [in]           string                ContainerName,
  [in]           string                OwnerName,
  [in, optional] uint32                RecordClass = 1,
  [in, optional] uint32                TTL,
  [in]           uint32                MappingFlag,
  [in]           uint32                LookupTimeout,
  [in]           uint32                CacheTimeout,
  [in]           string                WinsServers,
  [out, ref]     MicrosoftDNS_WINSType &RR
);

Parameters

DnsServerName [in]

FQDN or IP address of the DNS Server that contains this RR.

ContainerName [in]

Name of the Container for the Zone, Cache, or RootHints instance that contains this RR.

OwnerName [in]

Owner name for the RR.

RecordClass [in, optional]

Class of the RR. Default value is 1. The following values are valid.

Value Meaning
1
IN (Internet)
2
CS (CSNET)
3
CH (CHAOS)
4
HS (Hesiod)

TTL [in, optional]

Time, in seconds, that the RR can be cached by a DNS resolver.

MappingFlag [in]

WINS 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. The following values are valid.

Value Meaning
0x80000000
Replication flag
0x00010000
No-replication (local record) flag

LookupTimeout [in]

Time, in seconds, that a DNS Server attempts resolution using WINS Look up.

CacheTimeout [in]

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

WinsServers [in]

List of comma-separated IP addresses of WINS servers used in WINS Look ups.

RR [out, ref]

Reference to the new object.

Return value

This method does not return a value.

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

MicrosoftDNS_WINSType

Modify Method of the MicrosoftDNS_WINSType Class

MicrosoftDNS_ResourceRecord