WMEncoderAgent.UnRegister

Windows Media Encoder SDK banner art

The UnRegister method removes an encoding application from the registry.

Syntax

void WMEncoderAgent.UnRegister(
  uint  dwCookie
);

Parameters

dwCookie

[in]  UInt containing a unique value identifying the registry entry to remove.

Return Values

This method does not return a value.

Remarks

The UnRegister 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