property IPAddressToHostname.
Retrieves a hostname from an IP address.
|
IPAddress
[in] . IP address
pVal
[out, retval]
The returned value is the hostname if succeeded or an empty string
S_OK
The
operation was successfull.
E_POINTER
A NULL
pointer was supplied as an argument.
E_UNEXPECTED
An
unexpected error occoured.