Timeline Framework C++ Edition

◆ UnregisterProtocol()

static int UnregisterProtocol ( const tstring Protocol)
static

Unregisters the Application Activation Protocol.

Parameters
ProtocolThe string represents the unique identifier for the Application Activation Protocol.
Returns
If the function succeed the return value is 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.