亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
jlzzjlzz亚洲日本少妇| 亚洲天堂中文字幕| 国产日韩精品一区二区三区| 亚洲一区二区精品3399| 成人一区在线看| 欧美一区二区三区成人| 亚洲视频在线一区| 寂寞少妇一区二区三区| 欧美精品1区2区3区| 亚洲男人的天堂一区二区| 国产剧情av麻豆香蕉精品| 91精品国产综合久久久久久漫画| ...av二区三区久久精品| 国产一区在线视频| 欧美大片在线观看一区二区| 视频一区二区中文字幕| 欧美在线一区二区| 亚洲日本在线看| 国产成人自拍高清视频在线免费播放 | 蜜臀久久99精品久久久画质超高清| 成人精品视频网站| 26uuu国产日韩综合| 麻豆国产欧美一区二区三区| 6080午夜不卡| 男男视频亚洲欧美| 欧美一区二区三区四区五区| 亚洲不卡一区二区三区| 欧美日韩一区三区| 亚洲成av人**亚洲成av**| 欧美在线免费播放| 一区二区三国产精华液| 欧美性一二三区| 亚洲国产日韩在线一区模特| 在线视频你懂得一区| 一区二区三区精密机械公司| 91美女在线观看| 亚洲美女屁股眼交| 欧美在线|欧美| 丝袜美腿亚洲一区二区图片| 欧美一级欧美一级在线播放| 久久精品国产澳门| 久久久不卡影院| 成人动漫av在线| 亚洲一区二区三区小说| 91麻豆精品国产91久久久使用方法 | 麻豆精品视频在线观看免费| 欧美一卡2卡3卡4卡| 麻豆精品在线视频| 久久美女艺术照精彩视频福利播放| 国产精品99久久久久久久vr| 国产精品视频九色porn| 不卡一区二区三区四区| 亚洲一区二区四区蜜桃| 日韩一区二区电影| 国产成人精品一区二区三区网站观看| 欧美国产日本视频| 欧美色电影在线| 狠狠v欧美v日韩v亚洲ⅴ| 中文字幕亚洲欧美在线不卡| 欧美视频一区在线| 精品无人区卡一卡二卡三乱码免费卡| 久久精品夜夜夜夜久久| 日本韩国欧美一区| 美腿丝袜亚洲一区| 国产精品视频线看| 欧美一级一级性生活免费录像| 国产一区二区免费看| 亚洲综合一区二区精品导航| 欧美成人性福生活免费看| 99精品视频中文字幕| 午夜视频在线观看一区二区 | 欧美亚洲尤物久久| 久久精品国产一区二区三| 中文字幕一区二区三区乱码在线 | 天天av天天翘天天综合网色鬼国产| 精品国产制服丝袜高跟| 日本道精品一区二区三区| 麻豆免费看一区二区三区| 久久久久久久久久久久久女国产乱| 日本精品视频一区二区| 福利一区在线观看| 亚洲韩国精品一区| 中文字幕一区二区在线播放| 欧美成人video| 在线视频欧美精品| 不卡的av电影| 国产一区视频导航| 蜜臀久久99精品久久久久久9| 亚洲人成精品久久久久| 国产婷婷色一区二区三区在线| 欧美视频中文一区二区三区在线观看| 懂色av噜噜一区二区三区av| 奇米色777欧美一区二区| 亚洲综合色在线| 亚洲欧美日韩国产手机在线 | 国产精品一区二区在线观看不卡 | 4438成人网| 欧美特级限制片免费在线观看| 国产成人免费在线观看不卡| 奇米色一区二区三区四区| 午夜av区久久| 亚洲大片免费看| 亚洲国产中文字幕在线视频综合 | 99精品视频中文字幕| 国产高清亚洲一区| 国产风韵犹存在线视精品| 韩国女主播成人在线| 麻豆精品在线视频| 日本最新不卡在线| 日韩av成人高清| 日韩中文欧美在线| 日韩 欧美一区二区三区| 午夜一区二区三区视频| 亚洲一二三专区| 丝袜脚交一区二区| 全国精品久久少妇| 蜜臀久久99精品久久久画质超高清| 日韩av一区二区三区| 日韩不卡在线观看日韩不卡视频| 国产揄拍国内精品对白| 精品一二三四在线| 国产精品1024久久| 99视频在线精品| 色狠狠一区二区| 欧美日韩亚州综合| 日韩天堂在线观看| 欧美精品一区二区三区一线天视频| 精品粉嫩aⅴ一区二区三区四区| 久久久国产精品不卡| 国产精品久久久久久久久免费桃花 | 亚洲午夜久久久久久久久久久 | 国产精品久久久一本精品| **网站欧美大片在线观看| 亚洲一区在线视频| 美国十次了思思久久精品导航| 久久精品国产色蜜蜜麻豆| 成人午夜激情片| 色吊一区二区三区| 欧美变态凌虐bdsm| 亚洲欧洲精品一区二区三区| 亚洲一区在线观看免费观看电影高清| 首页国产丝袜综合| 国产成人免费在线| 欧美在线观看一二区| 精品国产一二三区| 国产精品视频一二三区| 五月婷婷久久丁香| 国产精品资源在线看| 在线精品国精品国产尤物884a| 日韩一区二区精品| 国产精品久久久久久亚洲伦 | 国产精品不卡一区二区三区| 一区二区日韩电影| 国产不卡在线一区| 91精品国产福利在线观看 | 三级欧美在线一区| 国产乱子伦一区二区三区国色天香| 91日韩精品一区| 日韩一二三四区| 亚洲欧美日韩一区二区三区在线观看| 日韩中文字幕区一区有砖一区| 成人精品免费网站| 欧美一区二区三区啪啪| 国产精品久久久久久久裸模| 久久国产精品色| 欧美日本国产一区| 国产精品久久777777| 伦理电影国产精品| 欧美日韩国产综合一区二区| 成人免费小视频| 国产一区在线精品| 日韩一区二区在线播放| 亚洲精品成人精品456| 国产99精品国产| 欧美精品一区男女天堂| 午夜精品123| 欧美亚洲国产一区二区三区| 国产精品网站在线观看| 美腿丝袜在线亚洲一区| 欧美精品 国产精品| 亚洲黄网站在线观看| 国产成人综合视频| 久久久久9999亚洲精品| 国内精品国产三级国产a久久| 欧美区视频在线观看| 亚洲伊人色欲综合网| 一本大道久久精品懂色aⅴ| 成人免费在线视频| www.欧美.com| 国产精品久久久久影视| 成人午夜视频在线| 国产精品私人自拍| 99久久久精品免费观看国产蜜| 久久久久久久久久久久电影| 韩国一区二区在线观看| 日韩精品专区在线影院重磅| 青青草国产成人99久久| 日韩欧美一区二区在线视频| 免费观看在线色综合| 欧美第一区第二区|