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
Members | Description |
---|---|
fileName | The file containing the SSI command. |
ssiCommand | The SSI command parsed from the command line. |
nAttribs | Number of attributes descriptors in the command. |
pAttrDcpt | Pointer to an array of descriptors parsed from this SSI command. |
Remarks
None.