PREV TOC HOME INDEX NEXT


GC_CUSTOMLIB_STRUCT


typedef struct {
    char    *file_name;
    char    *start_proc_name;
} GC_CUSTOMLIB_STRUCT, *GC_CUSTOMLIB_STRUCTP; 

Description

Third-party Global Call compatible call control libraries can be used as custom libraries. If the name in the CCLIB_START_STRUCT is either GC_CUSTOM1_LIB or GC_CUSTOM2_LIB, then the cclib_data pointer is cast as a pointer to the GC_CUSTOMLIB_STRUCT structure.

Field Descriptions

The fields of GC_CUSTOMLIB_STRUCT are described as follows:

file_name
file name, including the extension, of the custom library to be loaded. The name must not be greater than 8 characters long (excluding the extension).
start_proc_name
start procedure to be called when starting the custom library. The start procedure function name must not exceed 15 characters.

PREV TOC HOME INDEX NEXT

Click here to contact Telecom Support Resources

Copyright 2003, Intel Corporation
All rights reserved
This page generated February, 2003