📄 vbcallable.h
字号:
/*______________________________________________________________________________
Copyright (C) 2002 PGP Corporation
All rights reserved.
$Id: VbCallable.h,v 1.5 2002/09/09 00:31:43 sdas Exp $
______________________________________________________________________________*/
/*::: MODULE OVERVIEW :::::::::::::
Purpose is simply to provided facilities for integrating Visual Basic or
similar environments (like LotusScript) with C/C++ libraries.
--- revision history --------
11/20/98 Version 1.0: Paul Ryan
::::::::::::::::::::::::::::::::::::*/
#ifndef Included_VbCallable_h /* [ */
#define Included_VbCallable_h
//module-scope declarations
enum {
ms_VB_FALSE = 0,
ms_VB_TRUE = -1
};
#endif /* ] Included_VbCallable_h */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -