Modify method of the MicrosoftDNS_WINSRType class

The Modify method updates a WINS Reverse Look up (WINSR) Resource Record.

Syntax

void Modify(
  [in, optional] uint32                 TTL,
  [in, optional] uint32                 MappingFlag,
  [in, optional] uint32                 LookupTimeout,
  [in, optional] uint32                 CacheTimeout,
  [in, optional] string                 ResultDomain,
  [out, ref]     MicrosoftDNS_WINSRType &RR
);

Parameters

TTL [in, optional]

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

MappingFlag [in, optional]

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.

LookupTimeout [in, optional]

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

CacheTimeout [in, optional]

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

ResultDomain [in, optional]

Domain name to append to returned NetBIOS names.

RR [out, ref]

Reference to the new object.

Return value

This method does not return a value.

Remarks

Any parameter not specified is left unchanged in the modified record.

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_WINSRType

CreateInstanceFromPropertyData Method of the MicrosoftDNS_WINSRType Class

MicrosoftDNS_ResourceRecord