Table of Contents
CtdlGetSysConfig
Load a message, containing configuration information, from the SYSCONFIGROOM.
SYNOPSIS
char *CtdlGetSysConfig(char *sysconfname);
DESCRIPTION
A function to load a message from the SYSCONFIGROOM.
Normally such a message is used to hold configuration information for a particular module.
PARAMETERS
| Parameter | Description |
|---|---|
| sysconfname | a C string containing a unique identifier to the message, usually of the form “application/x-citadel-scada-config” |
RETURNS
A char * pointing to the body of the message.