textcomp.cpp
资源名称:COM 原理与应用.rar [点击查看]
上传用户:biuytresa
上传日期:2007-12-07
资源大小:721k
文件大小:1k
源码类别:
DNA
开发平台:
Visual C++
- // Machine generated IDispatch wrapper class(es) created with ClassWizard
- #include "stdafx.h"
- #include "textcomp.h"
- #ifdef _DEBUG
- #define new DEBUG_NEW
- #undef THIS_FILE
- static char THIS_FILE[] = __FILE__;
- #endif
- /////////////////////////////////////////////////////////////////////////////
- // ITextObject properties
- VARIANT ITextObject::GetText()
- {
- VARIANT result;
- GetProperty(0x1, VT_VARIANT, (void*)&result);
- return result;
- }
- void ITextObject::SetText(const VARIANT& propVal)
- {
- SetProperty(0x1, VT_VARIANT, &propVal);
- }
- /////////////////////////////////////////////////////////////////////////////
- // ITextObject operations