|
Parameter
|
Description
|
|---|
|
parmflags
|
Specifies where the global default parameters will be stored. By default, global defaults are stored in process local memory. To store parameters in shared system memory, set parmflags to CTA_PARM_MGMT_SHARED.
If parameters are stored in shared memory, the CT Access daemon (ctdaemon) must be running. Refer to Section 3.5.2, Global Default Parameters for more information on parameter storage.
|
|
traceflags
|
Configures CT Access tracing in the current process. By default, tracing is disabled. To enable tracing, set traceflags to CTA_TRACE_ENABLE.
If tracing is enabled, the CT Access daemon (ctdaemon) must be running. Refer to Section 3.6.2, Error Tracing for more information on tracing.
|
|
ctaflags
|
Specifies whether an event will be sent to the application whenever the internal wait object list has changed. By default, wait object event notification is disabled. To enable notification, set ctaflags to CTA_NOTIFY_UPDATE_WAITOBJS.
Refer to Section 3.4, Using Wait Objects for more information.
|