win32comexception.h
来自「这是VCF框架的代码」· C头文件 代码 · 共 45 行
H
45 行
#ifndef _VCF_COMEXCEPTION_H__#define _VCF_COMEXCEPTION_H__//COMException.h/*Copyright 2000-2004 The VCF Project.Please see License.txt in the top level directorywhere you installed the VCF.*/#if _MSC_VER > 1000# pragma once#endif/* Generated by Together */#include "vcf/FoundationKit/BasicException.h"class COMException : public VCF::BasicException {};/***CVS Log info*$Log$*Revision 1.2 2006/04/07 02:35:26 ddiego*initial checkin of merge from 0.6.9 dev branch.**Revision 1.1.2.1 2006/02/19 19:38:12 ddiego*adjusted some comet code to make it compile again. renamed some of the COM utility files to have a Win32 prefix.**Revision 1.2 2004/08/07 02:49:05 ddiego*merged in the devmain-0-6-5 branch to stable**Revision 1.1.2.2 2004/04/29 03:43:12 marcelloptr*reformatting of source files: macros and csvlog and copyright sections**/#endif // _VCF_COMEXCEPTION_H__
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?