08-27-2007 05:51 AM
int DDC_CreateFile (const char *filePath, const char *fileType, const char *name, const char *description, const char *title, const char *author, DDCFileHandle *file);
-this is a function to create a file. Where can I get the type of DDCFIleHandle structure?
I have a "DIAdem connectivity library help" but I can not find these definitions.
Thanks for Help!
08-27-2007 06:23 AM - edited 08-27-2007 06:23 AM
Name | Type | Description |
file | DDCFileHandle | The handle for the DIAdem file. Pass this handle to DIAdem Connectivity
Library functions that require a file. Call DDC SaveFile to save the file to disk.
Call DDC CloseFile
to close the file handle when you are finished. |
Message Edited by IngoS on 08-27-2007 01:24 PM