TwclTimelineChannel.UnregisterProtocol(string) Method

Unregisters the Application Activation Protocol.

Namespace: wclTimeline
public
 class function UnregisterProtocol(const Protocol: string): Integer;

Parameters

Protocol
Type: string

The string represents the unique idenfier for the Application Actiovation Protocol.

Return Value

Type: Integer

If the function succeed the return value is wclErrors.WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.

The Protocol must be the same that was used in the RegisterProtocol call.