TCPIP_HTTP_SSI_NOTIFY_DCPT Structure

C

typedef struct {
    const char* fileName;
    char* ssiCommand;
    int nAttribs;
    TCPIP_HTTP_SSI_ATTR_DCPT* pAttrDcpt;
} TCPIP_HTTP_SSI_NOTIFY_DCPT;

Description

Data structure: TCPIP_HTTP_SSI_NOTIFY_DCPT

This data type defines the structure of a SSI notification descriptor. When the user registers a template_SSINotification() function for SSI processing, this callback will receive a SSI descriptor as a parameter.

Members

MembersDescription
fileNameThe file containing the SSI command.
ssiCommandThe SSI command parsed from the command line.
nAttribsNumber of attributes descriptors in the command.
pAttrDcptPointer to an array of descriptors parsed from this SSI command.

Remarks

None.