亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
国产麻豆精品久久一二三| 欧美疯狂性受xxxxx喷水图片| 91成人免费在线视频| 日韩午夜在线观看| 欧美国产激情一区二区三区蜜月| 亚洲一二三专区| 国产 日韩 欧美大片| 5月丁香婷婷综合| 亚洲精品中文在线影院| 国产99精品在线观看| 精品美女一区二区| 三级在线观看一区二区| 色老汉一区二区三区| 亚洲国产高清在线| 国产高清亚洲一区| 精品国产麻豆免费人成网站| 香蕉av福利精品导航| 一本久道久久综合中文字幕| 久久精品人人做人人爽97| 日韩不卡一区二区三区| 欧美日韩三级在线| 亚洲成人资源在线| 欧美美女视频在线观看| 亚洲视频免费看| 波多野结衣中文一区| 国产精品无人区| www.欧美日韩| 国产精品国产a| 不卡视频在线观看| 国产精品久久久久久久久免费丝袜| 国产伦精品一区二区三区在线观看| 欧美一级专区免费大片| 天天综合天天综合色| 91精品欧美久久久久久动漫 | 国产亚洲欧美日韩在线一区| 日韩av不卡一区二区| 欧美一区二区视频网站| 免费在线观看视频一区| 日韩一区二区三区三四区视频在线观看 | 在线播放欧美女士性生活| 亚洲一区二区黄色| 欧美精品在线视频| 免费成人你懂的| 久久这里只有精品6| 国产精品77777| 亚洲欧洲在线观看av| 色欧美乱欧美15图片| 亚洲国产乱码最新视频| 91精品国产综合久久久久久久 | 国产精品中文字幕日韩精品| 精品国产乱码久久久久久蜜臀| 另类小说综合欧美亚洲| 久久精品视频在线看| av高清久久久| 亚洲va在线va天堂| 久久综合色天天久久综合图片| 国产白丝网站精品污在线入口| 国产精品女主播在线观看| av午夜一区麻豆| 日韩精品1区2区3区| 精品国产乱码久久久久久牛牛| 成人做爰69片免费看网站| 亚洲一级在线观看| 欧美精品一区二区高清在线观看 | 午夜电影一区二区三区| 26uuu成人网一区二区三区| www.色综合.com| 奇米精品一区二区三区四区| 中文字幕不卡一区| 欧美亚洲日本国产| 国产一区二区三区观看| 一区二区三区鲁丝不卡| 日韩午夜激情视频| 972aa.com艺术欧美| 日本免费在线视频不卡一不卡二| 国产亚洲精品资源在线26u| 欧美亚洲动漫精品| 国产91精品露脸国语对白| 日韩精品免费视频人成| 国产精品美日韩| 欧美一区二区三区免费观看视频 | 国产成人免费高清| 一区二区不卡在线视频 午夜欧美不卡在| 欧美三片在线视频观看| www.欧美精品一二区| 久久99国内精品| 亚洲午夜激情av| 国产精品水嫩水嫩| 欧美精品一区男女天堂| 欧美体内she精高潮| 成人免费视频免费观看| 久久99国产精品久久99果冻传媒| 亚洲欧美日本韩国| 国产天堂亚洲国产碰碰| 精品久久久久久久久久久久包黑料 | 亚洲精品国久久99热| 久久久久亚洲蜜桃| 日韩一级高清毛片| 91精品国产综合久久蜜臀| 在线精品观看国产| 91色porny蝌蚪| 不卡的av电影| 成人亚洲精品久久久久软件| 精品一区二区三区在线观看国产| 日韩高清在线一区| 午夜久久久久久久久久一区二区| 亚洲日本青草视频在线怡红院| 欧美韩国日本不卡| 国产日产欧美一区| 欧美国产一区在线| 国产日产欧美一区| 国产精品情趣视频| 中文字幕中文字幕在线一区| 国产欧美精品在线观看| 亚洲国产成人自拍| 国产精品二三区| 亚洲人成人一区二区在线观看 | 波多野结衣亚洲一区| 成人网在线免费视频| 高清国产一区二区三区| 成人18精品视频| 在线中文字幕一区二区| 欧美日韩一区二区欧美激情 | 中文字幕的久久| 欧美v日韩v国产v| 91欧美一区二区| 欧美va在线播放| 亚洲午夜激情网页| 色噜噜狠狠成人中文综合| 国产视频不卡一区| 午夜精品久久久久影视| 日产国产欧美视频一区精品| 亚洲成人精品一区| 亚洲精品中文字幕在线观看| 亚洲一区二区三区四区在线免费观看 | 欧美精品黑人性xxxx| 欧美一区欧美二区| 久久亚洲综合av| 亚洲欧美日韩中文字幕一区二区三区| 亚洲免费在线看| 另类专区欧美蜜桃臀第一页| 国产精品911| 日本二三区不卡| 日韩亚洲电影在线| 国产精品不卡一区| 日韩精品成人一区二区三区| 国产美女在线精品| 91成人免费在线| 2020国产成人综合网| 亚洲男人的天堂一区二区| 日本欧美韩国一区三区| 国产91在线看| 欧美日韩1区2区| 中文字幕免费不卡在线| 午夜精品在线视频一区| 国产宾馆实践打屁股91| 欧美日韩高清一区二区| 国产喷白浆一区二区三区| 一区二区理论电影在线观看| 久久电影国产免费久久电影| 91亚洲男人天堂| 国产视频一区在线观看| 亚洲电影在线播放| 成人激情图片网| 欧美一区二区三区日韩| 亚洲欧美日韩中文播放| 国产成人亚洲精品青草天美| 欧美系列亚洲系列| 最新不卡av在线| 极品瑜伽女神91| 91精品视频网| 一区二区三区91| 国产露脸91国语对白| 91精品国产综合久久蜜臀| 亚洲乱码精品一二三四区日韩在线| 九九精品一区二区| 欧美福利视频导航| 亚洲欧美日韩国产一区二区三区| 国产一二精品视频| 日韩一区二区电影| 天涯成人国产亚洲精品一区av| 91影院在线观看| 亚洲国产精品成人综合色在线婷婷| 久久99国产精品久久99| 日韩亚洲欧美综合| 亚洲v日本v欧美v久久精品| 在线日韩一区二区| 一区二区三区四区中文字幕| 成人免费观看av| 国产精品乱子久久久久| 国产精品一卡二卡在线观看| 精品久久久久99| 狠狠色丁香婷婷综合久久片| 91精品国产91久久久久久最新毛片| 亚洲精品视频在线| 色琪琪一区二区三区亚洲区| 亚洲色图另类专区| 在线免费不卡视频| 亚洲综合成人网| 欧美精品久久久久久久多人混战 |