📄 modelinfooperation.h
字号:
//-- {CycleCode: 153} file [0..627]
//-- {InsertRegion: 160} module.vulnerableDeclarations [0..267]
//## begin module.additionalDeclarations preserve=yes
// Copyright (C) 1991 - 1999 Rational Software Corporation
#if defined (_MSC_VER) && (_MSC_VER >= 1000)
#pragma once
#endif
#ifndef _INC_MODELINFOOPERATION_431661DA0222_INCLUDED
#define _INC_MODELINFOOPERATION_431661DA0222_INCLUDED
//##ModelId=431661DA0222
//## end module.additionalDeclarations
//-- {AddDecl: 154} class [268..562]
class ModelInfoOperation : public OrderArray<CString,ModelInfo>
{
//-- {AddDecl: 155} region.generated [334..361]
public:
//删除模块信息
//-- {AddDecl: 156} region.inlineAnnotation [362..388]
//##ModelId=431670E2038A
//-- {AddDecl: 157} region.generated [389..483]
bool RemoveModelInfo(CString strDllName);
//通过模块名找到模块的信息,如果找不到返回NULL
//-- {AddDecl: 158} region.inlineAnnotation [484..510]
//##ModelId=43167106005D
//-- {AddDecl: 159} region.generated [511..560]
ModelInfo* FindModelInfo(CString strDllName);
};
//-- {InsertRegion: 161} module.vulnerableDeclarations [563..627]
//## begin module.epilog preserve=yes
#endif /* _INC_MODELINFOOPERATION_431661DA0222_INCLUDED */
//## end module.epilog
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -