sk_unlockTCAPHandlers()

Description

Use the sk_unlockTCAPHandlers() function to specify an Excel-defined value that will make the TCAP handlers accessible to Switchkit applications..This function is also available as skts_unlockTCAPHandlers().

Syntax

sk_unlockTCAPHandlers(char *aKey);

Threadsafe Syntax

skts_unlockTCAPHandlers(char *aKey)

Parameters

The function parameters are shown in the table below.

Argument

Description

aKey

Excel-defined value used to unlock TCAP handlers.

Return Values

Possible return values for this function:

OK

TCAP handler functionality was successfully unlocked.

SK_NOT_PRESENT

This return value indicates an invalid key.