cdbexpconstraint.cpp

来自「本人买的<<VC++项目开发实例>>源代码配套光盘.」· C++ 代码 · 共 36 行

CPP
36
字号
// Copyright (C) 1991 - 1999 Rational Software Corporation

#include "stdafx.h"
#include "CDBExpConstraint.h"



//##ModelId=3C5CCDEE005E
BOOL CDBExpConstraint::ExpandItem(HTREEITEM hItem, UINT state)
{
	// ToDo: Add your specialized code here
	ASSERT(FALSE);
	return static_cast<BOOL>(0);
}

//##ModelId=3C5CCDEF0196
BOOL CDBExpConstraint::OpenRelatedView(LPARAM lParam)
{
	// ToDo: Add your specialized code here
	ASSERT(FALSE);
	return static_cast<BOOL>(0);
}

//##ModelId=3C5CCE030007
CDBExpConstraint::~CDBExpConstraint()
{
	// ToDo: Add your specialized code here and/or call the base class
}

//##ModelId=3C5CCE0401E8
CDBExpConstraint::CDBExpConstraint()
{
	// ToDo: Add your specialized code here and/or call the base class
}

⌨️ 快捷键说明

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