cdbexpindex.cpp

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

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

#include "stdafx.h"
#include "CDBExpIndex.h"



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

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

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

//##ModelId=3C5CCD6A007D
CDBExpIndex::CDBExpIndex() : m_strName(_T(""))
{
	// ToDo: Add your specialized code here and/or call the base class
}

//##ModelId=3C5CCD2500EC
const char* CDBExpIndex::GetTreeNodeCaption()
{
	// ToDo: Add your specialized code here or after the call to base class
	
	return CDBTreeNode::GetTreeNodeCaption();
}

⌨️ 快捷键说明

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