Syntax
C++
int (* extractToFile)(dtsViewerHandle handle, dtsContainerItemInfo& info, const char *fileToCreate);
Structure
Parameters
Parameters |
Description |
---|---|
handle |
Handle identifying the container |
info |
Identifies the item to extract |
fileToCreate |
Name of the temporay file to create |
Returns
0 on success, non-zero on failure
Description
Pointer to function that will extract an item from the container to a temporary file.