return CString( getReturnBSTR() );
}
void CDfTypedObject::insertBoolean(const CString &attrName, long valueIndex, BOOL value)
{
m_hr = getDisp()->insertBoolean( updateBSTR1(attrName),
Language: C++ LOC: 11927 EMC : DFC C++ Examples (project search) : .../DFC C++ Examples/core/DfClientX.cpp
|