Skip to content

Latest commit

 

History

History
112 lines (67 loc) · 2.22 KB

microsoftdns-hinfotype-modify.md

File metadata and controls

112 lines (67 loc) · 2.22 KB
title description ms.assetid keywords topic_type api_name api_location api_type ms.topic ms.date
Modify method of the MicrosoftDNS_HINFOType class
The Modify method updates a Host Information (HINFO) Resource Record.
8f8148f3-804f-4f99-8e79-606cd3cea660
Modify method DNS
Modify method DNS , MicrosoftDNS_HINFOType class
MicrosoftDNS_HINFOType class DNS , Modify method
apiref
MicrosoftDNS_HINFOType.Modify
Root\MicrosoftDNS
COM
reference
05/31/2018

Modify method of the MicrosoftDNS_HINFOType class

The Modify method updates a Host Information (HINFO) Resource Record.

Syntax

void Modify(
  [in, optional] uint32                 TTL,
  [in, optional] string                 CPU,
  [in, optional] string                 OS,
  [out, ref]     MicrosoftDNS_HINFOType &RR
);

Parameters

TTL [in, optional]

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

CPU [in, optional]

CPU type of the record owner.

OS [in, optional]

Operating system of the record owner.

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_HINFOType

CreateInstanceFromPropertyData Method of the MicrosoftDNS_HINFOType Class

MicrosoftDNS_ResourceRecord