|
Description |
Closes a MO:DCA file created with the CreateMODCAFile function. For closing MO:DCA file handles created by the CreateMODCAFileMem function, use the CloseMODCAFileMem function. |
||
|
Syntax |
Result = [BITIFF.] CloseMODCAFile MODCAHandle |
||
|
Parameters |
MODCAHandle |
LONGLONG |
Handle returned by the CreateMODCAFile function. For closing MO:DCA file handles created by the CreateMODCAFileMem function, use the CloseMODCAFileMem function. |
|
Return Value |
Zero on success, or an error code on failure. For the possible error codes, please see the BiTiff.ocx error codes. |
||