代码搜索:COleSafeArray

找到约 146 项符合「COleSafeArray」的源代码

代码结果 146
www.eeworm.com/read/102552/15777939

htm subject_30666.htm

序号:30666 发表者:赵辉 发表日期:2003-02-25 14:34:00 主题:VC中的BYTE、VARIANT、<mark>COleSafeArray</mark>? 内容:在VC中,BYTE这种数据类型的数据是怎样一种形式呢?我可以把怎样的数据存成这种数据?在VC中,VARIANT和<mark>COleSafeArray</mark>又是一种怎样的数据类型呢?在编写串口通信时,该怎样利用他们呢?我看 ...
www.eeworm.com/read/101790/15813893

htm subject_30666.htm

序号:30666 发表者:赵辉 发表日期:2003-02-25 14:34:00 主题:VC中的BYTE、VARIANT、<mark>COleSafeArray</mark>? 内容:在VC中,BYTE这种数据类型的数据是怎样一种形式呢?我可以把怎样的数据存成这种数据?在VC中,VARIANT和<mark>COleSafeArray</mark>又是一种怎样的数据类型呢?在编写串口通信时,该怎样利用他们呢?我看 ...
www.eeworm.com/read/205383/15316987

cpp ttyreceivemscommdlg.cpp

// TTYReceiveMSCommDlg.cpp : implementation file // #include "stdafx.h" #include "TTYReceiveMSComm.h" #include "TTYReceiveMSCommDlg.h" #ifdef _DEBUG #define new DEBUG_NEW #undef THIS_FILE
www.eeworm.com/read/102552/15777336

htm subject_25535.htm

序号:25535 发表者:zhou 发表日期:2002-12-23 16:12:33 主题:定义变量与数组问题! 内容:有如下定义:VARIANTBYTE rxdata[2048];COleSafeArray safearray_inp;BYTE rxdata[2048];对其进行赋值后,现在要把其恢复原状后(也就是清空)再进行其他赋值
www.eeworm.com/read/350942/10694807

cpp databind.cpp

#include "stdafx.h" #include "Databind.h" void CDBDevice::FillFieldsArray(COleSafeArray& vaFieldlist, COleSafeArray& vaValuelist) { vaFieldlist.CreateOneDim(VT_VARIANT,14); long lArrayIndex[1];
www.eeworm.com/read/473236/6849534

txt usingthecommunicatonscontrolproceduresforthedevelopmentofserialcommunication.txt

本文详细介绍了Visual C++5.0版中有关通讯控件的使用方法,并给出了一个利用该控件编写的简单通用的通信示例程序。 关键词:串行通信 通讯控件 随着Win 95的逐步普及,程序员们越来越愿意在Win95下编程,而Visual C++正成为主要的开发工具。然而用VC在Win95下开发串行通讯程序是程序员们经常会遇到确又令人头痛的一件事,不但要理解许多复杂的API ...
www.eeworm.com/read/350942/10694894

cpp databind.cpp

#include "stdafx.h" #include "Databind.h" void CDBCount::FillFieldsArray(COleSafeArray& vaFieldlist, COleSafeArray& vaValuelist) { vaFieldlist.CreateOneDim(VT_VARIANT,1); long lArrayIndex[1];
www.eeworm.com/read/203736/15352224

txt chuankou.txt

void CSCommTestDlg::OnComm() { // TODO: Add your control notification handler code here VARIANT variant_inp; COleSafeArray safearray_inp; LONG len,k; BYTE rxdata[2048]; //设置
www.eeworm.com/read/392059/8365505

cpp databinding.cpp

#include "stdafx.h" #include "Databinding.h" void CCPRs::FillFieldsArray(COleSafeArray& vaFieldlist, COleSafeArray& vaValuelist) { vaFieldlist.CreateOneDim(VT_VARIANT,5); long lArrayIndex[1];
www.eeworm.com/read/189629/8464903

cpp databinding.cpp

#include "stdafx.h" #include "DataBinding.h" void CDevCodeRs::FillFieldsArray(COleSafeArray& vaFieldlist, COleSafeArray& vaValuelist) { vaFieldlist.CreateOneDim(VT_VARIANT,2); long lArrayInde