XML WRITE FUNCTION
Data Type : XML
XML_WRITE_FUNCTION - XML write function
#include <xml.h>
Definition :
typedef void (LNCALLBACKPTR XML_WRITE_FUNCTION) (const BYTE *pBuffer, DWORD
length, void far *pAction );
Description :
This is the datatype of the Callback function passed to DXLExportACL, DXLExportDatabase, DXLExportNote and DXLExportIDTable and XSLTTransform..
See Also : DXLExportACL DXLExportDatabase DXLExportIDTable DXLExportNote XSLTTransform