Sets the input text to be converted, for conversion of a memory buffer instead of a disk file.
void SetInputText(const char * text, const char * aFn, int aTypeId);
|
Parameters |
Description |
|
const char * text |
Text to use as input |
|
const char * aFn |
Filename, indicating the source of the text (can be null) |
|
int aTypeId |
Type id specifying the file type of the input data. |
The text must be a simple null-terminated string.
|
Copyright (c) 1995-2012 dtSearch Corp. All rights reserved.
|