IP*Works! 2016 C++ Edition
IP*Works! 2016 C++ Edition
Questions / Feedback?

XML Event

Fires as XML is written.

Syntax

 virtual int FireXML(XMLXMLEventParams *e);

 
typedef struct {
char* Text;
int reserved;
} XMLXMLEventParams;

Remarks

This event fires when XML is output. The Text parameter holds the data being written.

This functionality is not yet implemented.

 
 
Copyright (c) 2020 /n software inc. - All rights reserved.
IP*Works! 2016 C++ Edition - Version 16.0 [Build 7353]