Skip to main content
Version: 16.8.2

GW2RegisterExportTextDumpFile

The GW2RegisterExportTextDumpFile function registers a specified file path to session - the exported text dump data will be placed in that file. Using this function activates the Text Dump Option for the Export Process Mode for the session. More information on supported file formats and Text Dump limitations can be found on the Content Export & Import page.

Synopsis

The GW2RegisterExportTextDumpFile function registers the file whose name is the string pointed to by textDumpFilePathName with the session denoted by session. The exported text dump data will be placed in that file. Using this function activates the Text Dump Option for Export Process Mode for the session.


#include "glasswall.core2.api.h"
int GW2RegisterExportTextDumpFile(
Session session,
const char *textDumpFilePathName);

Returns

Returns an integer GW2_RetStatus enum value. Negative numbers indicate a failure.