亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關于我們
? 蟲蟲下載站

?? pbasic.tli

?? GemoMedia 應用 演示了其使用方法
?? TLI
?? 第 1 頁 / 共 3 頁
字號:
// interface _DGMPolylineGeometry wrapper method implementations
//

inline _DGMPointsPtr _DGMPolylineGeometry::GetPoints ( ) {
    struct _DGMPoints * _result;
    HRESULT _hr = get_Points(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMPointsPtr(_result, false);
}

//
// interface _DGMBoundaryGeometry wrapper method implementations
//

inline IDispatchPtr _DGMBoundaryGeometry::GetExterior ( ) {
    IDispatch * _result;
    HRESULT _hr = get_Exterior(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IDispatchPtr(_result, false);
}

inline void _DGMBoundaryGeometry::PutRefExterior ( IDispatch * Exterior ) {
    HRESULT _hr = putref_Exterior(Exterior);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMGeometryCollectionPtr _DGMBoundaryGeometry::GetHoles ( ) {
    struct _DGMGeometryCollection * _result;
    HRESULT _hr = get_Holes(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMGeometryCollectionPtr(_result, false);
}

//
// interface _DGMGeometryCollection wrapper method implementations
//

inline long _DGMGeometryCollection::GetCount ( ) {
    long _result;
    HRESULT _hr = get_Count(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline IUnknownPtr _DGMGeometryCollection::GetNewEnum ( ) {
    IUnknown * _result;
    HRESULT _hr = get_NewEnum(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IUnknownPtr(_result, false);
}

inline IDispatchPtr _DGMGeometryCollection::Item ( const _variant_t & index ) {
    IDispatch * _result;
    HRESULT _hr = raw_Item(index, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IDispatchPtr(_result, false);
}

inline HRESULT _DGMGeometryCollection::Add ( IDispatch * geometry, const _variant_t & index ) {
    HRESULT _hr = raw_Add(geometry, index);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMGeometryCollection::Remove ( const _variant_t & index ) {
    HRESULT _hr = raw_Remove(index);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMRectangleGeometry wrapper method implementations
//

inline double _DGMRectangleGeometry::GetWidth ( ) {
    double _result;
    HRESULT _hr = get_Width(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMRectangleGeometry::PutWidth ( double returnValue ) {
    HRESULT _hr = put_Width(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMRectangleGeometry::GetHeight ( ) {
    double _result;
    HRESULT _hr = get_Height(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMRectangleGeometry::PutHeight ( double returnValue ) {
    HRESULT _hr = put_Height(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMRectangleGeometry::GetRotation ( ) {
    double _result;
    HRESULT _hr = get_Rotation(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMRectangleGeometry::PutRotation ( double returnValue ) {
    HRESULT _hr = put_Rotation(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMPointPtr _DGMRectangleGeometry::GetOrigin ( ) {
    struct _DGMPoint * _result;
    HRESULT _hr = get_Origin(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMPointPtr(_result, false);
}

inline void _DGMRectangleGeometry::PutRefOrigin ( struct _DGMPoint * returnValue ) {
    HRESULT _hr = putref_Origin(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMVectorPtr _DGMRectangleGeometry::GetNormal ( ) {
    struct _DGMVector * _result;
    HRESULT _hr = get_Normal(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMVectorPtr(_result, false);
}

inline void _DGMRectangleGeometry::PutRefNormal ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Normal(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface _DGMOrientedPointGeometry wrapper method implementations
//

inline _DGMVectorPtr _DGMOrientedPointGeometry::GetOrientation ( ) {
    struct _DGMVector * _result;
    HRESULT _hr = get_Orientation(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMVectorPtr(_result, false);
}

inline void _DGMOrientedPointGeometry::PutRefOrientation ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Orientation(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface _DGMTextPointGeometry wrapper method implementations
//

inline double _DGMTextPointGeometry::GetRotation ( ) {
    double _result;
    HRESULT _hr = get_Rotation(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMTextPointGeometry::PutRotation ( double returnValue ) {
    HRESULT _hr = put_Rotation(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long _DGMTextPointGeometry::GetAlignment ( ) {
    long _result;
    HRESULT _hr = get_Alignment(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMTextPointGeometry::PutAlignment ( long returnValue ) {
    HRESULT _hr = put_Alignment(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t _DGMTextPointGeometry::GetRichText ( ) {
    BSTR _result;
    HRESULT _hr = get_RichText(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void _DGMTextPointGeometry::PutRichText ( _bstr_t text ) {
    HRESULT _hr = put_RichText(text);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t _DGMTextPointGeometry::Gettext ( ) {
    BSTR _result;
    HRESULT _hr = get_text(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void _DGMTextPointGeometry::Puttext ( _bstr_t text ) {
    HRESULT _hr = put_text(text);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline short _DGMTextPointGeometry::GetFormat ( ) {
    short _result;
    HRESULT _hr = get_Format(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline _DGMVectorPtr _DGMTextPointGeometry::GetNormal ( ) {
    struct _DGMVector * _result;
    HRESULT _hr = get_Normal(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMVectorPtr(_result, false);
}

inline void _DGMTextPointGeometry::PutRefNormal ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Normal(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline VARIANT_BOOL _DGMTextPointGeometry::GetIsCompositeText ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_IsCompositeText(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMTextPointGeometry::PutIsCompositeText ( VARIANT_BOOL pvbIsCompositeText ) {
    HRESULT _hr = put_IsCompositeText(pvbIsCompositeText);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface _DGMArcGeometry wrapper method implementations
//

inline _DGMPointPtr _DGMArcGeometry::GetStart ( ) {
    struct _DGMPoint * _result;
    HRESULT _hr = get_Start(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMPointPtr(_result, false);
}

inline void _DGMArcGeometry::PutRefStart ( struct _DGMPoint * returnValue ) {
    HRESULT _hr = putref_Start(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMPointPtr _DGMArcGeometry::GetEnd ( ) {
    struct _DGMPoint * _result;
    HRESULT _hr = get_End(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMPointPtr(_result, false);
}

inline void _DGMArcGeometry::PutRefEnd ( struct _DGMPoint * returnValue ) {
    HRESULT _hr = putref_End(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMVectorPtr _DGMArcGeometry::GetNormal ( ) {
    struct _DGMVector * _result;
    HRESULT _hr = get_Normal(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMVectorPtr(_result, false);
}

inline void _DGMArcGeometry::PutRefNormal ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Normal(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMArcGeometry::GetRadius ( ) {
    double _result;
    HRESULT _hr = get_Radius(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMArcGeometry::PutRadius ( double returnValue ) {
    HRESULT _hr = put_Radius(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline VARIANT_BOOL _DGMArcGeometry::GetGreaterThanPi ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_GreaterThanPi(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMArcGeometry::PutGreaterThanPi ( VARIANT_BOOL returnValue ) {
    HRESULT _hr = put_GreaterThanPi(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMPointPtr _DGMArcGeometry::GetOrigin ( ) {
    struct _DGMPoint * _result;
    HRESULT _hr = get_Origin(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMPointPtr(_result, false);
}

//
// interface IGMError wrapper method implementations
//

inline long IGMError::GetResourceHandle ( ) {
    long _result;
    HRESULT _hr = get_ResourceHandle(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void IGMError::PutResourceHandle ( long pResourceHandle ) {
    HRESULT _hr = put_ResourceHandle(pResourceHandle);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
精品在线免费观看| 天天综合网天天综合色| 亚洲成av人片| 国产成人日日夜夜| 91在线观看高清| 欧美成人性战久久| 天堂午夜影视日韩欧美一区二区| 懂色av一区二区三区免费看| 欧美性猛交xxxx黑人交| 国产精品美女久久久久aⅴ| 奇米色777欧美一区二区| 久久午夜色播影院免费高清| 精品国精品国产| 亚洲另类春色国产| 成人av网址在线| 国产婷婷色一区二区三区在线| 美腿丝袜亚洲综合| 欧美精品亚洲二区| 天天色天天操综合| 欧美日韩中字一区| 亚洲精品视频在线| 色综合天天综合| 亚洲天堂网中文字| 91在线视频官网| ㊣最新国产の精品bt伙计久久| 国产一区二区在线电影| 26uuuu精品一区二区| 久久66热偷产精品| 久久亚区不卡日本| 成人在线一区二区三区| 国产日本一区二区| 成人精品视频网站| 亚洲欧美另类综合偷拍| 91黄色免费看| 亚洲一区在线观看视频| 欧美日韩免费在线视频| 香蕉成人伊视频在线观看| 欧美三级日本三级少妇99| 午夜视频一区在线观看| 欧美一区二视频| 久国产精品韩国三级视频| 久久久另类综合| 成人黄色大片在线观看| 亚洲狠狠丁香婷婷综合久久久| 在线一区二区视频| 日本不卡中文字幕| 久久综合色综合88| 国产欧美精品在线观看| 午夜精品福利一区二区三区av| 精品视频一区三区九区| 老色鬼精品视频在线观看播放| 精品福利在线导航| av资源网一区| 亚洲观看高清完整版在线观看 | 日韩精品视频网站| 欧美一区二区三区思思人| 国产做a爰片久久毛片| 亚洲欧洲精品一区二区三区不卡| 在线免费一区三区| 久久精品国产**网站演员| 国产精品日韩精品欧美在线 | 91免费看`日韩一区二区| 亚洲高清一区二区三区| 久久丝袜美腿综合| 91电影在线观看| 国产丶欧美丶日本不卡视频| 亚洲综合久久av| 日本一区二区视频在线观看| 欧美午夜精品一区二区三区| 国产精品系列在线播放| 亚洲国产另类av| 中文字幕不卡在线播放| 欧美日本一区二区三区四区| 国产69精品久久久久777| 无码av免费一区二区三区试看| 久久精品日产第一区二区三区高清版| 91久久精品一区二区三区| 麻豆国产一区二区| 亚洲国产视频网站| 亚洲欧洲三级电影| 精品999久久久| 精品视频123区在线观看| 成人av免费在线观看| 久久er99精品| 天堂av在线一区| 亚洲男人天堂av| 欧美激情综合网| 欧美精品一区二区三区久久久| 欧美日韩在线免费视频| 成人aa视频在线观看| 国产一区不卡在线| 免费看日韩a级影片| 偷拍一区二区三区四区| 日韩久久一区二区| 国产精品欧美一区二区三区| 精品女同一区二区| 欧美电视剧免费观看| 欧美精品亚洲一区二区在线播放| 在线视频国内自拍亚洲视频| www.视频一区| 不卡的av电影在线观看| 国产盗摄精品一区二区三区在线 | 国产亚洲精久久久久久| 日韩欧美国产综合在线一区二区三区| 欧美日韩视频第一区| 欧美视频自拍偷拍| 欧美亚洲综合色| 欧洲一区二区av| 欧美日韩国产免费| 欧美美女直播网站| 欧美日韩一区在线观看| 欧美日免费三级在线| 欧美美女激情18p| 91精品蜜臀在线一区尤物| 91精品欧美一区二区三区综合在| 欧美肥妇free| 欧美电影免费观看高清完整版在线 | 精品少妇一区二区三区日产乱码| 欧美一卡2卡3卡4卡| 精品少妇一区二区三区日产乱码 | 国产精品无码永久免费888| 国产三级欧美三级日产三级99 | 欧美精品一区二区三区蜜桃 | 精品91自产拍在线观看一区| 久久色成人在线| 中文字幕巨乱亚洲| 中文字幕一区二区三区在线播放| ...xxx性欧美| 午夜精品福利一区二区蜜股av| 亚洲欧美激情小说另类| 欧美一区二区三区不卡| 精品国产伦一区二区三区观看体验 | 亚洲精品视频自拍| 日精品一区二区三区| 蜜臀久久99精品久久久久宅男 | 91色在线porny| 欧美性猛交xxxxxxxx| 日韩欧美国产午夜精品| 中文字幕欧美三区| 亚洲精品高清在线| 另类小说视频一区二区| youjizz国产精品| 欧美另类一区二区三区| 国产午夜精品一区二区三区嫩草 | 91丨porny丨蝌蚪视频| 欧美亚洲综合一区| 欧美精三区欧美精三区| 精品国产免费一区二区三区四区| 久久久国产精华| 亚洲成人福利片| 成人午夜大片免费观看| 欧美亚洲高清一区| 久久久国产精华| 午夜影视日本亚洲欧洲精品| 国产精品伊人色| 欧美系列日韩一区| 中文乱码免费一区二区| 午夜成人免费视频| 99精品视频在线免费观看| 日韩一区二区三区四区| 亚洲素人一区二区| 国产精品99久久久久久有的能看 | 亚洲最色的网站| 激情综合网av| 欧美午夜一区二区| 国产精品九色蝌蚪自拍| 国内久久精品视频| 欧美三级电影精品| 欧美高清视频一二三区| 中文字幕欧美一| 日本欧美大码aⅴ在线播放| 97se亚洲国产综合自在线| 日韩精品资源二区在线| 亚洲免费在线观看视频| 国产91精品久久久久久久网曝门 | 秋霞影院一区二区| 色88888久久久久久影院按摩 | 蜜臀av性久久久久av蜜臀妖精| 91丨九色丨黑人外教| 国产香蕉久久精品综合网| 日韩国产高清在线| 欧美日韩国产精选| 亚洲成年人网站在线观看| 91九色02白丝porn| 亚洲欧美日韩中文播放| www.色综合.com| 亚洲欧洲av在线| 成人免费观看男女羞羞视频| 久久―日本道色综合久久| 麻豆91在线播放免费| 欧美一区二区三区视频免费播放| 亚洲男女一区二区三区| 欧美激情在线看| 麻豆精品精品国产自在97香蕉 | 国产日韩精品久久久| 久久99精品久久久久久国产越南| 91精品免费观看| 看片的网站亚洲| 久久先锋影音av鲁色资源网| 国产一区视频在线看|