Description |
Creates a new MO:DCA file in memory. The CreateMODCAFileMem, AddMODCAPage, and CloseMODCAFileMem functions can be used to create a new multi-page MO:DCA file. |
Syntax |
Handle = [BITIFF.] CreateMODCAFileMem |
Parameters |
None |
Return Value |
Handle to be used with the AddMODCAPage and CloseMODCAFileMem functions, or NULL on failure. Use the BiTiffGetLastErrort function to get the error code. |