Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Modify method updates a Pointer (PTR) Resource Record.
Syntax
void Modify(
[in, optional] uint32 TTL,
[in, optional] string PTRDomainName,
[out, ref] MicrosoftDNS_PTRType &RR
);
Parameters
-
TTL [in, optional]
-
Time, in seconds, that the RR can be cached by a DNS resolver.
-
PTRDomainName [in, optional]
-
Domain name address of the PTR record.
-
RR [out, ref]
-
Reference to the modified 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 |
|