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

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

?? pbasic.tli

?? GemoMedia 應用 演示了其使用方法
?? TLI
?? 第 1 頁 / 共 3 頁
字號:
// Created by Microsoft (R) C/C++ Compiler Version 12.00.8168.0 (1d4e498b).
//
// PBasic.tli
//
// Wrapper implementations for Win32 type library D:\\program files\\GeoMedia Professional\\Program\\PBasic.tlb
// compiler-generated file created 12/05/06 at 15:52:35 - DO NOT EDIT!

#pragma once

//
// interface _DGMPoint wrapper method implementations
//

inline double _DGMPoint::GetX ( ) {
    double _result;
    HRESULT _hr = get_X(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMPoint::PutX ( double returnValue ) {
    HRESULT _hr = put_X(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMPoint::GetY ( ) {
    double _result;
    HRESULT _hr = get_Y(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMPoint::PutY ( double returnValue ) {
    HRESULT _hr = put_Y(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMPoint::GetZ ( ) {
    double _result;
    HRESULT _hr = get_Z(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMPoint::PutZ ( double returnValue ) {
    HRESULT _hr = put_Z(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline HRESULT _DGMPoint::GetPoint ( double * point ) {
    HRESULT _hr = raw_GetPoint(point);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMPoint::SetPoint ( double * point ) {
    HRESULT _hr = raw_SetPoint(point);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMVector wrapper method implementations
//

inline double _DGMVector::GetI ( ) {
    double _result;
    HRESULT _hr = get_I(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMVector::PutI ( double returnValue ) {
    HRESULT _hr = put_I(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMVector::GetJ ( ) {
    double _result;
    HRESULT _hr = get_J(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMVector::PutJ ( double returnValue ) {
    HRESULT _hr = put_J(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMVector::GetK ( ) {
    double _result;
    HRESULT _hr = get_K(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline void _DGMVector::PutK ( double returnValue ) {
    HRESULT _hr = put_K(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline HRESULT _DGMVector::GetVector ( double * v ) {
    HRESULT _hr = raw_GetVector(v);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMVector::SetVector ( double * v ) {
    HRESULT _hr = raw_SetVector(v);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMMatrix wrapper method implementations
//

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

inline void _DGMMatrix::PutRefRow0 ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Row0(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void _DGMMatrix::PutRefRow1 ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Row1(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void _DGMMatrix::PutRefRow2 ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Row2(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void _DGMMatrix::PutRefColumn0 ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Column0(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void _DGMMatrix::PutRefColumn1 ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Column1(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void _DGMMatrix::PutRefColumn2 ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Column2(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

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

inline void _DGMMatrix::PutRefTranslation ( struct _DGMVector * returnValue ) {
    HRESULT _hr = putref_Translation(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline double _DGMMatrix::GetElement ( long row, long column ) {
    double _result;
    HRESULT _hr = raw_GetElement(row, column, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

inline HRESULT _DGMMatrix::SetElement ( long row, long column, double value ) {
    HRESULT _hr = raw_SetElement(row, column, value);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMPoints wrapper method implementations
//

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

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

inline _DGMPointPtr _DGMPoints::Item ( const _variant_t & index ) {
    struct _DGMPoint * _result;
    HRESULT _hr = raw_Item(index, &_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _DGMPointPtr(_result, false);
}

inline HRESULT _DGMPoints::Add ( struct _DGMPoint * point, const _variant_t & index ) {
    HRESULT _hr = raw_Add(point, index);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

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

inline HRESULT _DGMPoints::GetPoint ( long index, double * point ) {
    HRESULT _hr = raw_GetPoint(index, point);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

inline HRESULT _DGMPoints::SetPoint ( long index, double * point ) {
    HRESULT _hr = raw_SetPoint(index, point);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMGeometry wrapper method implementations
//

inline _bstr_t _DGMGeometry::GetType ( ) {
    BSTR _result;
    HRESULT _hr = get_Type(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

//
// interface _DGMPointGeometry wrapper method implementations
//

inline _DGMPointPtr _DGMPointGeometry::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 _DGMPointGeometry::PutRefOrigin ( struct _DGMPoint * returnValue ) {
    HRESULT _hr = putref_Origin(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//
// interface _DGMLineGeometry wrapper method implementations
//

inline _DGMPointPtr _DGMLineGeometry::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 _DGMLineGeometry::PutRefStart ( struct _DGMPoint * returnValue ) {
    HRESULT _hr = putref_Start(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

inline _DGMPointPtr _DGMLineGeometry::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 _DGMLineGeometry::PutRefEnd ( struct _DGMPoint * returnValue ) {
    HRESULT _hr = putref_End(returnValue);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

//

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美videos大乳护士334| 日韩视频一区在线观看| 蜜臀av一区二区三区| 国产精品毛片大码女人| 欧美精品久久99久久在免费线| 国产在线看一区| 天涯成人国产亚洲精品一区av| 欧美激情一区三区| 欧美一级欧美三级在线观看| 91网站最新网址| 精品中文字幕一区二区| 婷婷一区二区三区| 亚洲色图丝袜美腿| 国产日韩欧美一区二区三区乱码| 欧美巨大另类极品videosbest | 日韩专区在线视频| 国产区在线观看成人精品| 欧美精品国产精品| 欧洲一区二区av| 97se亚洲国产综合自在线| 国产精选一区二区三区| 免费成人在线播放| 日韩中文字幕av电影| 亚洲一区精品在线| 免费日本视频一区| 亚洲福利视频一区二区| 日韩美女精品在线| 国产精品第五页| 久久夜色精品国产欧美乱极品| 欧美一区二区女人| 制服丝袜激情欧洲亚洲| 欧美日韩国产电影| 91高清视频免费看| 91福利资源站| 在线看不卡av| 在线免费观看日本欧美| 91搞黄在线观看| 在线精品国精品国产尤物884a| 色综合久久99| 一本大道综合伊人精品热热| 99精品在线观看视频| 99久久精品99国产精品| 91同城在线观看| 一本大道久久a久久综合婷婷| 91视频一区二区三区| 在线观看视频一区| 精品视频免费在线| 欧美一区在线视频| 欧美mv日韩mv亚洲| 久久久美女艺术照精彩视频福利播放| www亚洲一区| 中文字幕不卡的av| 亚洲六月丁香色婷婷综合久久| 亚洲柠檬福利资源导航| 亚洲激情图片一区| 香蕉影视欧美成人| 免费欧美高清视频| 国产精品一二三四五| 成人免费av在线| 色综合色综合色综合色综合色综合| 色综合天天综合网天天看片| 欧美视频在线一区| 欧美一区二区在线免费播放| 精品国产伦理网| 国产精品久久毛片av大全日韩| 亚洲欧美另类久久久精品2019| 亚洲一区二区在线视频| 人人精品人人爱| 国产成人激情av| 在线欧美日韩精品| 欧美大片在线观看一区二区| 国产欧美精品一区二区色综合 | 欧美激情一区三区| 亚洲色大成网站www久久九九| 亚洲v中文字幕| 国产一区在线视频| 91美女在线视频| 91精品国产综合久久久久| 久久久久久久国产精品影院| 亚洲欧洲精品天堂一级| 日本特黄久久久高潮| 从欧美一区二区三区| 在线观看日韩精品| 精品第一国产综合精品aⅴ| 国产精品国产三级国产普通话蜜臀| 亚洲国产综合色| 韩国三级在线一区| 欧美午夜一区二区| 久久久久久99精品| 亚洲妇女屁股眼交7| 国产在线播精品第三| 欧美性淫爽ww久久久久无| 精品国产凹凸成av人导航| 亚洲裸体在线观看| 黑人精品欧美一区二区蜜桃 | 欧美精品一区二区精品网| 亚洲欧美一区二区三区国产精品| 免费看欧美女人艹b| 色婷婷久久一区二区三区麻豆| 日韩欧美国产一区二区在线播放 | 亚洲成av人片| 成av人片一区二区| 日韩精品一区二区三区蜜臀 | 国产欧美日韩在线| 日韩专区欧美专区| 色吧成人激情小说| 亚洲国产高清在线观看视频| 蜜臀国产一区二区三区在线播放 | 成人污污视频在线观看| 91精品国产综合久久精品性色| 亚洲色图制服诱惑| 懂色av中文字幕一区二区三区| 欧美成人a视频| 亚洲成av人片一区二区梦乃| 一本色道久久综合精品竹菊| 亚洲国产精华液网站w| 国产精品一区二区视频| 日韩欧美综合在线| 天天综合色天天| 日本高清不卡aⅴ免费网站| 亚洲va国产天堂va久久en| 色婷婷综合久久久久中文一区二区 | 亚洲精品成人少妇| a亚洲天堂av| 欧美国产综合色视频| 国产美女娇喘av呻吟久久| 欧美成人女星排名| 青青草伊人久久| 91精品国产综合久久久蜜臀粉嫩 | 中文字幕乱码亚洲精品一区| 国产剧情一区二区| 精品久久人人做人人爰| 日本aⅴ精品一区二区三区| 69堂国产成人免费视频| 日韩精品1区2区3区| 欧美剧情电影在线观看完整版免费励志电影| 亚洲免费在线播放| 91国内精品野花午夜精品| 一区二区三区在线观看欧美| 色综合久久综合中文综合网| 亚洲久本草在线中文字幕| 91伊人久久大香线蕉| 亚洲色图清纯唯美| 在线观看亚洲精品视频| 亚洲国产日韩在线一区模特| 欧美久久久久免费| 免费观看在线色综合| 精品日产卡一卡二卡麻豆| 国产激情精品久久久第一区二区| 久久精品视频一区二区| 福利电影一区二区| 日韩一区中文字幕| 欧美午夜精品久久久| 日韩中文欧美在线| 欧美大片日本大片免费观看| 国产一区二区三区免费| 国产精品免费av| 色国产精品一区在线观看| 天天影视涩香欲综合网| 精品国产百合女同互慰| 成人福利电影精品一区二区在线观看 | 在线观看日韩一区| 美国精品在线观看| 欧美激情综合五月色丁香小说| av男人天堂一区| 亚洲成年人影院| 久久综合九色欧美综合狠狠| 日韩精品最新网址| 大陆成人av片| 亚洲123区在线观看| 精品国产乱码久久久久久影片| 成人一级片在线观看| 一区二区国产视频| 精品剧情v国产在线观看在线| 成人av资源在线观看| 午夜免费久久看| 国产日韩欧美精品在线| 欧美亚洲自拍偷拍| 久久er99热精品一区二区| 亚洲色图都市小说| 欧美va日韩va| 色吧成人激情小说| 国产一区二三区| 亚洲高清免费在线| 国产日产欧产精品推荐色| 欧美日韩卡一卡二| 成人在线视频首页| 免费成人在线影院| 亚洲日本欧美天堂| 久久久噜噜噜久噜久久综合| 欧美日韩在线免费视频| 国产成人精品三级| 日韩精品亚洲专区| 国产精品日韩成人| 欧美sm美女调教| 欧美猛男男办公室激情| 成人的网站免费观看| 久久er99热精品一区二区| 亚洲一二三专区| 中文字幕一区二区三区在线不卡|