KVFilterOutput
This structure defines an output buffer for filtering. The structure is defined in kvtypes.h
.
typedef struct tag_KVFilterOutput { BYTE *pcText; int cbText; } KVFilterOutput;
Member Descriptions
pcText
|
A pointer to the text returned from fpFilter() or fpFilterStream(). |
cbText
|
The number of valid bytes in pcText . |