WMEncoder.OnClientDNSNameResolved

Windows Media Encoder SDK banner art

The OnClientDNSNameResolved event returns the Domain Name Service (DNS) name of the client connected to the computer running the encoding application.

Syntax

IWMEncoderEvents.OnClientDNSNameResolved(strIpAddr, strDNSName)

Parameters

strIpAddr

[in]  String containing the IP address of the client computer.

strDNSName

[in]  String containing the DNS name of the client computer.

Return Values

This event does not return a value.

Requirements

Reference: Windows Media Encoder

Library: wmenc.exe

See Also