亚洲欧美第一页_禁久久精品乱码_粉嫩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一区二区三区免费野_久草精品视频
亚洲国产欧美日韩另类综合 | 91麻豆免费观看| 在线视频欧美区| 久久久久国产精品人| 午夜伊人狠狠久久| 97久久精品人人爽人人爽蜜臀 | 色呦呦一区二区三区| 久久综合九色综合97婷婷 | 最新国产精品久久精品| 麻豆一区二区三| 欧美日韩视频在线一区二区| 国产精品私房写真福利视频| 精品一区二区三区在线观看 | 精品久久久久久亚洲综合网| 婷婷夜色潮精品综合在线| 99re亚洲国产精品| 国产精品色哟哟网站| 国产a精品视频| 国产亚洲污的网站| 精品在线免费视频| 日韩欧美国产综合| 六月婷婷色综合| 91精品在线免费| 亚洲成人激情自拍| 欧美丰满高潮xxxx喷水动漫| 五月婷婷色综合| 欧美伦理影视网| 五月综合激情网| 欧美丰满少妇xxxxx高潮对白| 午夜精品爽啪视频| 欧美日韩国产综合一区二区三区 | 国产一区二区三区在线看麻豆| 7777精品伊人久久久大香线蕉完整版 | 91久久人澡人人添人人爽欧美| 欧美国产欧美亚州国产日韩mv天天看完整| 麻豆91在线播放| 精品久久久久久久人人人人传媒| 日韩激情一二三区| 日韩精品中文字幕在线不卡尤物| 日韩成人一区二区三区在线观看| 8x8x8国产精品| 精一区二区三区| 国产亚洲精品精华液| 成人污污视频在线观看| 国产精品久久久久久久久免费樱桃| 国产一区二区三区久久久| 国产婷婷色一区二区三区四区 | 狠狠色丁香婷婷综合久久片| 久久综合久久综合亚洲| 成人黄色片在线观看| 亚洲精品菠萝久久久久久久| 欧美三级在线视频| 麻豆成人久久精品二区三区小说| 久久亚洲综合色一区二区三区| 国产高清在线精品| 一卡二卡三卡日韩欧美| 在线观看视频一区| 狠狠色丁香婷婷综合| 日韩一区在线播放| 7799精品视频| 成人综合日日夜夜| 亚洲风情在线资源站| 欧美成人精品3d动漫h| 成人网在线免费视频| 亚洲午夜精品久久久久久久久| 欧美一卡2卡3卡4卡| 成人免费的视频| 日韩高清国产一区在线| 亚洲国产精品成人综合| 欧美日韩精品电影| 菠萝蜜视频在线观看一区| 午夜视频一区在线观看| 欧美高清在线精品一区| 欧美一区二区三区日韩| 不卡电影一区二区三区| 日本系列欧美系列| 日韩理论电影院| 精品福利av导航| 日本高清无吗v一区| 国产乱码精品一区二区三区五月婷| 亚洲天堂久久久久久久| 26uuu精品一区二区| 欧美午夜电影在线播放| 成人av电影免费观看| 九九国产精品视频| 日韩国产高清在线| 亚洲黄网站在线观看| 国产精品乱码一区二区三区软件| 日韩一二三区不卡| 欧美亚洲自拍偷拍| caoporn国产精品| 国产精品一区二区你懂的| 日韩中文字幕亚洲一区二区va在线 | 日本aⅴ精品一区二区三区| 综合久久国产九一剧情麻豆| 久久青草国产手机看片福利盒子| 678五月天丁香亚洲综合网| 一本一本大道香蕉久在线精品 | 日韩一卡二卡三卡国产欧美| 在线亚洲一区二区| 成人美女在线视频| 懂色av一区二区三区免费看| 免费成人你懂的| 午夜日韩在线观看| 亚洲五月六月丁香激情| 樱花影视一区二区| 一区二区日韩电影| 亚洲一区二区偷拍精品| 亚洲欧洲日韩av| 亚洲丝袜精品丝袜在线| 亚洲欧美一区二区不卡| 综合久久一区二区三区| 中文字幕一区日韩精品欧美| 日本一区二区三级电影在线观看| 国产亚洲欧洲一区高清在线观看| 欧美成人在线直播| 26uuu色噜噜精品一区二区| 欧美mv和日韩mv的网站| 欧美精品一区二区精品网| 精品久久久久香蕉网| 久久蜜臀中文字幕| 亚洲国产精品成人综合色在线婷婷| 日本一区二区免费在线| 亚洲欧洲av色图| 亚洲免费观看高清在线观看| 一区二区高清免费观看影视大全| 亚洲自拍偷拍av| 免费欧美在线视频| 国内偷窥港台综合视频在线播放| 国产精品中文字幕欧美| 成人国产精品免费| 欧美在线观看视频一区二区| 欧美理论片在线| 久久免费看少妇高潮| 国产精品高潮久久久久无| 一区二区三区产品免费精品久久75| 一区二区三区不卡在线观看 | ww亚洲ww在线观看国产| 国产视频亚洲色图| 亚洲精品美腿丝袜| 美女视频免费一区| 成人一级黄色片| 91黄色免费观看| 欧美一区二区三区思思人| 久久久久久久久久久久久久久99 | 国产亚洲一区二区三区四区| 国产精品九色蝌蚪自拍| 亚洲一级在线观看| 另类综合日韩欧美亚洲| 成人av在线播放网站| 91福利社在线观看| 精品国产91乱码一区二区三区 | 亚洲激情欧美激情| 韩国理伦片一区二区三区在线播放 | 国产精品996| 欧美亚洲高清一区| 久久久精品综合| 亚洲成精国产精品女| 粉嫩一区二区三区性色av| 欧美在线free| 中文字幕欧美日韩一区| 男女激情视频一区| 91浏览器在线视频| 久久久精品蜜桃| 老司机一区二区| 色综合网色综合| 久久男人中文字幕资源站| 午夜精品爽啪视频| 91麻豆免费看| 国产精品美女久久久久aⅴ| 婷婷丁香久久五月婷婷| 91在线视频播放| 精品1区2区在线观看| 视频精品一区二区| 欧美自拍偷拍午夜视频| 中文字幕日韩精品一区| 国产一区二区在线视频| 欧美一区二区观看视频| 亚洲国产精品久久久久秋霞影院| 国产成人精品影视| 久久免费美女视频| 老司机精品视频在线| 91精品国产91综合久久蜜臀| 亚洲一区二区av电影| 色综合夜色一区| 亚洲视频免费在线| 91美女片黄在线观看91美女| 国产精品午夜免费| 成人性生交大片免费看视频在线| 日韩美女视频在线| 精品在线观看免费| 欧美电影免费提供在线观看| 日韩精品一区第一页| 欧美久久久一区| 天天免费综合色| 欧美一级高清大全免费观看| 男人的天堂亚洲一区| 日韩精品一区二区三区在线| 麻豆国产欧美一区二区三区| 欧美成人综合网站|