visfileio.h

来自「microsoft vision source code」· C头文件 代码 · 共 27 行

H
27
字号
///////////////////////////////////////////////////////////////////////////
//
// @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 

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?