• <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++
            久久伊人五月丁香狠狠色| 久久亚洲天堂| 久久精品国产亚洲AV香蕉| 精品乱码久久久久久久| 97久久精品无码一区二区天美| 久久99精品国产99久久| 久久久久亚洲?V成人无码| 中文字幕日本人妻久久久免费| 久久天天躁狠狠躁夜夜网站| 久久久精品人妻无码专区不卡| 久久人人爽人人爽人人片AV麻烦| 丁香色欲久久久久久综合网| 色综合色天天久久婷婷基地| 午夜精品久久久久久影视riav| 久久婷婷激情综合色综合俺也去| 久久久久国色AV免费观看| 久久久久亚洲Av无码专| 日韩AV毛片精品久久久| 久久精品国产99国产电影网| 久久人人爽人人人人爽AV | 色综合久久88色综合天天| 色播久久人人爽人人爽人人片aV| 欧洲成人午夜精品无码区久久 | 久久综合伊人77777| 国产精品久久久久国产A级| 亚洲精品tv久久久久久久久| 亚洲日本va中文字幕久久| 精品熟女少妇AV免费久久| 亚洲综合熟女久久久30p| 久久精品国产国产精品四凭| 久久精品国产亚洲精品2020| 国产成人久久精品一区二区三区| 久久国产精品免费| 国产视频久久| 久久精品无码一区二区三区日韩| 久久er国产精品免费观看2| 99久久精品国内| 精品久久久久久中文字幕| 久久精品成人免费看| 欧美久久精品一级c片片| 国产ww久久久久久久久久|