• <ins id="pjuwb"></ins>
    <blockquote id="pjuwb"><pre id="pjuwb"></pre></blockquote>
    <noscript id="pjuwb"></noscript>
          <sup id="pjuwb"><pre id="pjuwb"></pre></sup>
            <dd id="pjuwb"></dd>
            <abbr id="pjuwb"></abbr>

            3D FPS

            1234567890

              C++博客 :: 首頁 :: 聯系 :: 聚合  :: 管理
              57 Posts :: 2 Stories :: 57 Comments :: 0 Trackbacks

            常用鏈接

            留言簿(10)

            我參與的團隊

            搜索

            •  

            最新評論

            閱讀排行榜

            評論排行榜

            com安全數組類型

            創建 復制數據給它 例如這樣:

             1// set up safearray -  SAFEARRAY is defined OAIDL.H
             2 SAFEARRAY *psa;
             3
             4 // create a safe array to store the stream data
             5 psa = SafeArrayCreateVector( VT_UI1, 0, llen );
             6
             7 // pointers to byte arrays
             8 unsigned char *pData = NULL;
             9
            10 // get a pointer to the safe array. Locks the array.
            11 SafeArrayAccessData( psa, (void**)&pData );
            12 
            13 // copy the memory file into the safearray
            14 memcpy( pData, pMemData, llen );
            15
            16 // clean up buffer
            17 delete pMemData;
            18 
            19 // unlock access to safearray
            20 SafeArrayUnaccessData(psa);
            21
            22 // return a pointer to a SAFEARRAY allocated here
            23 return psa;
            24
            25



             接收 復制數據給別人 例如這樣: 

             1 long lLength;   // number of bytes
             2 char *pBuffer;   // buffer pointer
             3 
             4 // lock access to array data
             5 SafeArrayAccessData( psa, (void**)&pBuffer  );
             6
             7 // get number of elements in array. This is the number of bytes
             8 lLength = psa->rgsabound->cElements;
             9
            10 // attach the buffer to the memory file
            11 memfile.Attach((unsigned char*)pBuffer, lLength);
            12
            13 // start at beginning of buffer
            14 memfile.SeekToBegin();
            15
            16 // create an archive with the attached memory file
            17 CArchive ar(&memfile, CArchive::load | CArchive::bNoFlushOnDelete);
            18
            19 // document pointer is not used
            20 ar.m_pDocument = NULL;
            21
            22 // inflate the object and get the pointer
            23 rpObj = ar.ReadObject(0);
            24
            25 // close the archive
            26 ar.Close();
            27
            28 // Note: pBuffer is freed when the SAFEARRAY is destroyed
            29 // Detach the buffer and close the file
            30 pBuffer = (char*) memfile.Detach();
            31
            32
            33 // release the safearray buffer
            34 SafeArrayUnaccessData( psa );
            35





            posted on 2011-12-25 18:43 DK_jims 閱讀(348) 評論(0)  編輯 收藏 引用 所屬分類: C++
            久久久一本精品99久久精品66| 色婷婷狠狠久久综合五月| 奇米影视7777久久精品人人爽| 久久天天躁狠狠躁夜夜2020一| 亚洲第一极品精品无码久久| 99久久99久久久精品齐齐| 国产成人无码精品久久久免费 | 久久久久亚洲av无码专区喷水 | 国内精品久久久久久久涩爱 | 久久99久久99精品免视看动漫| 潮喷大喷水系列无码久久精品| 国产AⅤ精品一区二区三区久久| 久久丫忘忧草产品| 久久精品国产精品亚洲人人| 亚洲国产精品无码久久一线 | 久久精品国产99国产精品导航| 婷婷综合久久狠狠色99h| 久久亚洲精品无码VA大香大香| 精品99久久aaa一级毛片| 久久综合香蕉国产蜜臀AV| 久久婷婷五月综合色99啪ak| 日本一区精品久久久久影院| 人妻丰满AV无码久久不卡 | 久久天天躁狠狠躁夜夜躁2O2O | 蜜臀av性久久久久蜜臀aⅴ麻豆 | 奇米综合四色77777久久| 亚洲午夜无码AV毛片久久| 亚洲国产二区三区久久| 久久99精品久久久久婷婷| 亚洲αv久久久噜噜噜噜噜| 欧美亚洲国产精品久久久久| 久久国产精品免费一区| 精品国产一区二区三区久久蜜臀 | 性欧美大战久久久久久久| 精品欧美一区二区三区久久久 | 伊人久久大香线蕉无码麻豆| 久久国产精品一区| 美女久久久久久| 久久91精品国产91久| 精品国产乱码久久久久久呢| 亚洲va中文字幕无码久久 |