• <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 閱讀(354) 評論(0)  編輯 收藏 引用 所屬分類: C++
            91久久成人免费| 色综合久久久久无码专区| 国内精品久久久久| 久久久久国产精品三级网| 久久精品国产亚洲αv忘忧草| 精品伊人久久大线蕉色首页| 久久96国产精品久久久| 老司机午夜网站国内精品久久久久久久久 | 色诱久久久久综合网ywww| 国产一级做a爰片久久毛片| 久久精品国产精品亚洲| 国产美女久久精品香蕉69| 尹人香蕉久久99天天拍| 精品午夜久久福利大片| 欧美伊人久久大香线蕉综合 | 久久精品视屏| 久久久久99精品成人片直播| 久久91精品国产91| 久久精品这里只有精99品| 久久精品国产亚洲精品2020| 狠狠色丁香婷婷久久综合| 国产激情久久久久影院老熟女| 久久亚洲精品成人AV| 久久精品国产亚洲5555| 国产精品久久久久影视不卡 | 国产精品久久久久一区二区三区| 一本色道久久HEZYO无码| 亚洲精品无码久久久久AV麻豆| 国产福利电影一区二区三区,免费久久久久久久精 | 久久亚洲精品国产精品| 欧美日韩精品久久久久| 无码任你躁久久久久久久| 久久久久无码专区亚洲av| 久久国产乱子伦精品免费午夜| 77777亚洲午夜久久多喷| 午夜不卡久久精品无码免费| 久久se精品一区二区影院| 久久夜色tv网站| 精品国产91久久久久久久| 九九精品99久久久香蕉| 无码人妻久久一区二区三区免费 |