WMEncoderAgent.Register

Windows Media Encoder SDK banner art

The Register method registers an encoding application.

Syntax

uint WMEncoderAgent.Register(
  string  bstrName,
  object  pUnkEncoder
);

Parameters

bstrName

[in]  String containing the name of the remote computer.

pUnkEncoder

[in]  WMEncoder object*.*

Return Values

This method returns a UInt32 type containing a unique value identifying the registry entry.

Remarks

The Register method is used internally.

To administer encoding applications remotely, you must add the Windows Media Encoder Agent reference to the project. For more information, see Programming in C#.

Requirements

Reference: Windows Media EncoderAgent

Namespace: WMEncAgtLib

Assembly: Interop.WMEncAgtLib.dll.dll

Library: wmencagt.exe

See Also