sk_removeDefaultTCAPHandler()

Description

Use the sk_removeDefaultTCAPHandler() function to remove the specified handler, aHandlerFunc, from the Default TCAP handler function stack wherever it is. This function is also available as skts_removeDefaultTCAPHandler().

Syntax

int sk_removeDefaultTCAPHandler(void *aTag, HandlerFunc* aHandlerFunc);

Threadsafe Syntax

int skts_removeDefaultTCAPHandler(void *aTag, HandlerFunc* aHandlerFunc);

Parameters

The function parameters are shown in the table below.

Argument

Description

aTag

An application defined pointer which will be returned to the application when a handler is invoked.

aHandlerFunc

A pointer to a function that is designed to handle messages.

Return Values

Possible return values for this function:

TRUE

Always returns TRUE (1)