VisFileIO.h
资源名称:VisSDK.rar [点击查看]
上传用户:weixiumei
上传日期:2008-05-15
资源大小:1769k
文件大小:7k
源码类别:
人物传记/成功经验
开发平台:
Visual C++
- ///////////////////////////////////////////////////////////////////////////
- //
- // @doc INTERNAL EXTERNAL VISFILEIO
- //
- // @module VisFileIO.h |
- //
- // This file defines error objects used for the exception handling
- // in MSVisSDK. The basic object, CVisError, is a base class that provides
- // some information about the exception (file name, function name, etc.)
- // CVisFileIOError and CVisMemoryError are derived from CVisError class.
- // They contain more specific information about the nature of the exception.
- //
- // <nl>
- //
- // @devnote:(INTERNAL)
- //
- // One file handler is created per i/o package inside SDK.
- // It is not to be created by the user.
- //
- // Some implementations may not partition the file input/output
- // in the below manner, but they must still support these methods.
- // In particular, ReadHeader must fill in the fd structure so that
- // data allocation can occur.
- //
- // <nl>
- //
- // Copyright