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

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? pbasic.tli

?? GemoMedia 應(yīng)用 演示了其使用方法
?? TLI
?? 第 1 頁 / 共 3 頁
字號:

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

inline void IGMError::PutResourceID ( long plResourceID ) {
    HRESULT _hr = put_ResourceID(plResourceID);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void IGMError::PutHelpID ( long plHelpID ) {
    HRESULT _hr = put_HelpID(plHelpID);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t IGMError::GetHelpFile ( ) {
    BSTR _result;
    HRESULT _hr = get_HelpFile(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void IGMError::PutHelpFile ( _bstr_t pbstrHelpFile ) {
    HRESULT _hr = put_HelpFile(pbstrHelpFile);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t IGMError::GetErrorString ( ) {
    BSTR _result;
    HRESULT _hr = get_ErrorString(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void IGMError::PutErrorString ( _bstr_t pbstrErrorString ) {
    HRESULT _hr = put_ErrorString(pbstrErrorString);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _variant_t IGMError::GetErrorParameters ( ) {
    VARIANT _result;
    VariantInit(&_result);
    HRESULT _hr = get_ErrorParameters(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _variant_t(_result, false);
}

inline void IGMError::PutErrorParameters ( VARIANT * psaErrorParams ) {
    HRESULT _hr = put_ErrorParameters(psaErrorParams);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline IDispatchPtr IGMError::GetDatabase ( ) {
    IDispatch * _result;
    HRESULT _hr = get_Database(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IDispatchPtr(_result, false);
}

inline void IGMError::PutRefDatabase ( IDispatch * lplpDatabase ) {
    HRESULT _hr = putref_Database(lplpDatabase);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void IGMError::PutSourceResourceID ( long plSourceResourceID ) {
    HRESULT _hr = put_SourceResourceID(plSourceResourceID);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _bstr_t IGMError::GetSourceGUID ( ) {
    BSTR _result;
    HRESULT _hr = get_SourceGUID(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline void IGMError::PutSourceGUID ( _bstr_t pbstrSourceGUID ) {
    HRESULT _hr = put_SourceGUID(pbstrSourceGUID);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline int IGMError::Display ( const _variant_t & Title, long DlgButtons ) {
    int _result;
    HRESULT _hr = raw_Display(Title, DlgButtons, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline int IGMError::DisplayAll ( const _variant_t & Title, long DlgButtons ) {
    int _result;
    HRESULT _hr = raw_DisplayAll(Title, DlgButtons, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT IGMError::RaiseException ( ) {
    HRESULT _hr = raw_RaiseException();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline IDispatchPtr IGMError::GetErrors ( ) {
    IDispatch * _result;
    HRESULT _hr = get_Errors(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return IDispatchPtr(_result, false);
}

inline void IGMError::PutRefErrors ( IDispatch * lplpErrors ) {
    HRESULT _hr = putref_Errors(lplpErrors);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void IGMError::PutOwnerHWnd ( long pOwnerHWnd ) {
    HRESULT _hr = put_OwnerHWnd(pOwnerHWnd);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface IGMLicenseError wrapper method implementations
//

inline HRESULT IGMLicenseError::Display ( _bstr_t Title, _bstr_t Message, _bstr_t SystemID ) {
    HRESULT _hr = raw_Display(Title, Message, SystemID);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMEventServer wrapper method implementations
//

inline long _DGMEventServer::Get_HesitationTime ( ) {
    long _result;
    HRESULT _hr = get__HesitationTime(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMEventServer::Put_HesitationTime ( long Time ) {
    HRESULT _hr = put__HesitationTime(Time);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline HRESULT _DGMEventServer::_Initialize ( IDispatch * pEventControlDispatch ) {
    HRESULT _hr = raw__Initialize(pEventControlDispatch);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMEventServer::_Connect ( IDispatch * pMapViewDispatch ) {
    HRESULT _hr = raw__Connect(pMapViewDispatch);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMEventServer::_Disconnect ( IDispatch * pMapViewDispatch, long * IsEmpty ) {
    HRESULT _hr = raw__Disconnect(pMapViewDispatch, IsEmpty);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMEventServer::_Terminate ( ) {
    HRESULT _hr = raw__Terminate();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface IGMSmartLocateServer wrapper method implementations
//

inline void IGMSmartLocateServer::PutPixelTolerance ( long Tolerance ) {
    HRESULT _hr = put_PixelTolerance(Tolerance);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long IGMSmartLocateServer::GetPixelTolerance ( ) {
    long _result;
    HRESULT _hr = get_PixelTolerance(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void IGMSmartLocateServer::PutFenceMode ( long FenceMode ) {
    HRESULT _hr = put_FenceMode(FenceMode);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline long IGMSmartLocateServer::GetFenceMode ( ) {
    long _result;
    HRESULT _hr = get_FenceMode(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT IGMSmartLocateServer::Locate ( IDispatch * GeometryObject, struct _DMapview * ViewID, IDispatch * pObject ) {
    HRESULT _hr = raw_Locate(GeometryObject, ViewID, pObject);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// dispinterface DGMSmartLocateServer wrapper method implementations
//

inline void DGMSmartLocateServer::PutPixelTolerance ( long _arg1 ) {
    _com_dispatch_method(this, 0x0, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0003", _arg1);
}

inline long DGMSmartLocateServer::GetPixelTolerance ( ) {
    long _result;
    _com_dispatch_method(this, 0x0, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
    return _result;
}

inline void DGMSmartLocateServer::PutFenceMode ( long _arg1 ) {
    _com_dispatch_method(this, 0x1, DISPATCH_PROPERTYPUT, VT_EMPTY, NULL, 
        L"\x0003", _arg1);
}

inline long DGMSmartLocateServer::GetFenceMode ( ) {
    long _result;
    _com_dispatch_method(this, 0x1, DISPATCH_PROPERTYGET, VT_I4, (void*)&_result, NULL);
    return _result;
}

inline HRESULT DGMSmartLocateServer::Locate ( IDispatch * GeometryObject, struct _DMapview * ViewID, IDispatch * pObject ) {
    return _com_dispatch_method(this, 0x2, DISPATCH_METHOD, VT_EMPTY, NULL, 
        L"\x0009\x0009\x0009", GeometryObject, ViewID, pObject);
}

//
// interface DGMFormatValidate wrapper method implementations
//

inline _bstr_t DGMFormatValidate::FormatBoolean ( const _variant_t & vInputBoolean, _bstr_t bstrFormat ) {
    BSTR _result;
    HRESULT _hr = raw_FormatBoolean(vInputBoolean, bstrFormat, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::FormatCharacter ( _bstr_t bstrInputString ) {
    BSTR _result;
    HRESULT _hr = raw_FormatCharacter(bstrInputString, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::FormatCurrency ( const _variant_t & vInputCurrency, _bstr_t bstrFormat, long lPrecision ) {
    BSTR _result;
    HRESULT _hr = raw_FormatCurrency(vInputCurrency, bstrFormat, lPrecision, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::FormatDate ( const _variant_t & vInputDateTime, _bstr_t bstrFormat ) {
    BSTR _result;
    HRESULT _hr = raw_FormatDate(vInputDateTime, bstrFormat, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::FormatNumber ( const _variant_t & vInputNumber, _bstr_t szFormat, long lPrecision ) {
    BSTR _result;
    HRESULT _hr = raw_FormatNumber(vInputNumber, szFormat, lPrecision, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::FormatWindowName ( _bstr_t bstrInputString ) {
    BSTR _result;
    HRESULT _hr = raw_FormatWindowName(bstrInputString, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::ValidateCharacter ( _bstr_t bstrInputString ) {
    BSTR _result;
    HRESULT _hr = raw_ValidateCharacter(bstrInputString, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

inline _bstr_t DGMFormatValidate::ValidateGDOName ( _bstr_t bstrInputString ) {
    BSTR _result;
    HRESULT _hr = raw_ValidateGDOName(bstrInputString, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品午夜视频| 欧美日韩大陆一区二区| 欧美久久久久久久久久| 国产无一区二区| 麻豆精品视频在线| 色婷婷亚洲精品| 欧美国产视频在线| 麻豆国产精品一区二区三区| 欧美亚洲一区二区三区四区| 国产精品福利影院| 久久99精品久久久久久国产越南| 欧美影片第一页| 国产精品成人免费| 国产成人精品免费网站| 日韩午夜av电影| 天天色综合天天| 欧美亚洲综合久久| 一区二区三区四区不卡视频| 成人黄色一级视频| 国产精品五月天| 国产精品99久久久| 久久精品一区二区| 韩国在线一区二区| 精品动漫一区二区三区在线观看| 免费精品99久久国产综合精品| 欧美综合在线视频| 亚洲成人在线网站| 欧美日韩国产一区二区三区地区| 亚洲国产精品欧美一二99| 欧美在线色视频| 亚洲午夜在线观看视频在线| 日本精品裸体写真集在线观看 | 欧美一区二区三区视频在线| 亚洲高清在线精品| 6080yy午夜一二三区久久| 亚洲第一av色| 欧美丰满少妇xxxxx高潮对白| 亚欧色一区w666天堂| 欧美日韩日本视频| 日韩电影免费在线看| 欧美一区午夜精品| 精品一二三四区| 国产亚洲欧美日韩在线一区| 国产91清纯白嫩初高中在线观看| 亚洲国产精品高清| 色婷婷激情综合| 丝袜美腿亚洲色图| 精品免费国产一区二区三区四区| 国产成人免费视频网站| 国产精品久久久久天堂| 欧美午夜影院一区| 免费高清视频精品| 国产精品网站在线观看| 91国内精品野花午夜精品| 亚洲一二三四在线| 日韩精品中文字幕在线一区| 国产在线麻豆精品观看| 国产精品理伦片| 欧美性大战久久| 黄色资源网久久资源365| 中文字幕一区二区在线播放| 欧美伦理影视网| 国产一区欧美日韩| 亚洲一区免费在线观看| 久久综合久久久久88| 91福利在线看| 国产综合色产在线精品| 亚洲色图都市小说| 91精品久久久久久久99蜜桃| 成人天堂资源www在线| 亚洲成人免费影院| 国产精品久久久久四虎| 欧美日本一区二区三区四区 | 日韩精品福利网| 久久精品日产第一区二区三区高清版| 色视频一区二区| 国产成人在线视频播放| 日韩精品免费视频人成| 国产精品久久久久久久久久久免费看| 制服丝袜在线91| av电影在线观看一区| 精品一区二区三区免费播放| 一区二区三区丝袜| 国产精品美女一区二区三区| 欧美老年两性高潮| 91在线观看美女| 国产精品一区免费视频| 日韩成人免费看| 亚洲女人小视频在线观看| 精品国产百合女同互慰| 欧美精品免费视频| 色婷婷综合久色| 99久久久久久| 丰满少妇在线播放bd日韩电影| 蜜臀av性久久久久蜜臀aⅴ| 一区二区三区四区亚洲| 国产欧美一区二区精品忘忧草| 欧美一区二区三区爱爱| 欧美性高清videossexo| 一本高清dvd不卡在线观看 | 国内精品视频666| 亚洲成人av资源| 亚洲午夜精品一区二区三区他趣| 国产亚洲欧洲997久久综合| 欧美哺乳videos| 日韩欧美中文字幕公布| 欧美日韩黄色影视| 欧美精品1区2区3区| 欧美性猛交xxxxxx富婆| 欧洲亚洲国产日韩| 在线亚洲免费视频| 99精品一区二区| 97成人超碰视| 99精品国产热久久91蜜凸| www.视频一区| 91亚洲精品久久久蜜桃网站| 99久久精品国产精品久久| 成人aaaa免费全部观看| 91麻豆国产精品久久| 99久久精品国产精品久久| 色综合久久中文综合久久牛| 色综合天天做天天爱| 91视频xxxx| 欧美视频第二页| 欧美一级在线免费| 欧美大片一区二区| 国产三级欧美三级日产三级99| 欧美国产丝袜视频| 亚洲精品中文在线观看| 亚洲福利一二三区| 激情国产一区二区| 波多野洁衣一区| 欧美性受xxxx| 欧美成人性战久久| 国产精品久久久久一区二区三区 | 性做久久久久久免费观看欧美| 日韩av不卡一区二区| 韩国午夜理伦三级不卡影院| 成人一区二区视频| 日本韩国视频一区二区| 9191精品国产综合久久久久久| 精品国产一区二区在线观看| 久久久久久久综合色一本| 亚洲蜜臀av乱码久久精品蜜桃| 偷拍日韩校园综合在线| 国产伦精品一区二区三区免费迷 | 国内精品久久久久影院色| www.综合网.com| 欧美高清精品3d| 国产人成亚洲第一网站在线播放| 亚洲一区二区三区在线播放| 欧美aaa在线| 99精品国产一区二区三区不卡| 欧美另类videos死尸| 国产精品麻豆99久久久久久| 日韩不卡一区二区| 波多野结衣欧美| 欧美一级高清大全免费观看| 国产精品亲子乱子伦xxxx裸| 日韩黄色小视频| 99精品1区2区| 久久久久久久久久久久久夜| 亚洲第一会所有码转帖| 国产精品538一区二区在线| 91 com成人网| 亚洲色图欧美在线| 国产成人啪免费观看软件| 欧美区一区二区三区| 国产精品美女久久久久久2018| 日韩av一区二区三区四区| 色婷婷av一区二区三区软件| 欧美国产日韩a欧美在线观看| 日韩精品一级二级| 色久优优欧美色久优优| 国产精品天天摸av网| 久久99久久99精品免视看婷婷| 色八戒一区二区三区| 国产精品情趣视频| 国产福利一区二区三区| 欧美一区二区精美| 五月天激情综合网| 欧洲精品在线观看| 亚洲精品成人在线| 91蜜桃网址入口| 国产精品日日摸夜夜摸av| 国产剧情一区在线| 精品99999| 久久99最新地址| 日韩一区二区视频| 美女一区二区视频| 91精品国产综合久久久久久漫画 | 东方欧美亚洲色图在线| 久久久九九九九| 国产精品一级黄| 国产亚洲美州欧州综合国| 国产精品综合视频| 久久久久久久久99精品| 国产精品一区久久久久| 久久精品日韩一区二区三区| 国产成人精品免费视频网站|