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

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

?? pclient.tlh

?? GemoMedia 應用 演示了其使用方法
?? TLH
?? 第 1 頁 / 共 5 頁
字號:
    virtual HRESULT __stdcall raw_GetNextMembershipChange (
        long NotificationHandle,
        long * Type,
        SAFEARRAY * * Bookmark ) = 0;
    virtual HRESULT __stdcall raw_GetNextRowChange (
        long NotificationHandle,
        long * Type,
        SAFEARRAY * * Bookmark ) = 0;
    virtual HRESULT __stdcall get_Status (
        long * Status ) = 0;
    virtual HRESULT __stdcall raw_Reopen ( ) = 0;
};

struct __declspec(uuid("d5a4b051-d05e-11cf-b328-08003601c5b4"))
RecordsetListener : IUnknown
{
    //
    // Wrapper methods for error-handling
    //

    HRESULT RowsChanged (
        long NotificationHandle,
        struct GRecordset * ModifiedRs );
    HRESULT MembershipChanged (
        long NotificationHandle,
        struct GRecordset * ModifiedRs );
    HRESULT CanRefresh (
        struct GRecordset * ModifiedRs );
    HRESULT StatusChanged (
        struct GRecordset * ModifiedRs );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall raw_RowsChanged (
        long NotificationHandle,
        struct GRecordset * ModifiedRs ) = 0;
    virtual HRESULT __stdcall raw_MembershipChanged (
        long NotificationHandle,
        struct GRecordset * ModifiedRs ) = 0;
    virtual HRESULT __stdcall raw_CanRefresh (
        struct GRecordset * ModifiedRs ) = 0;
    virtual HRESULT __stdcall raw_StatusChanged (
        struct GRecordset * ModifiedRs ) = 0;
};

struct __declspec(uuid("e921ba20-2e62-11d0-826f-080036fe2802"))
_DGMBrowseFolderDialog : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetParenthWnd,put=PutParenthWnd))
    long ParenthWnd;
    __declspec(property(get=GetName,put=PutName))
    _bstr_t Name;

    //
    // Wrapper methods for error-handling
    //

    void PutParenthWnd (
        long ParenthWnd );
    long GetParenthWnd ( );
    void PutName (
        _bstr_t pName );
    _bstr_t GetName ( );
    HRESULT Show ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_ParenthWnd (
        long ParenthWnd ) = 0;
    virtual HRESULT __stdcall get_ParenthWnd (
        long * ParenthWnd ) = 0;
    virtual HRESULT __stdcall put_Name (
        BSTR pName ) = 0;
    virtual HRESULT __stdcall get_Name (
        BSTR * pName ) = 0;
    virtual HRESULT __stdcall raw_Show ( ) = 0;
};

struct __declspec(uuid("e921ba24-2e62-11d0-826f-080036fe2802"))
_DGMOpenFileDialog : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetCaption,put=PutCaption))
    _bstr_t Caption;
    __declspec(property(get=GetFileName,put=PutFileName))
    _bstr_t FileName;
    __declspec(property(get=GetFilter,put=PutFilter))
    _bstr_t Filter;
    __declspec(property(get=GetFilterIndex,put=PutFilterIndex))
    short FilterIndex;
    __declspec(property(get=GetIgnoreWarnings,put=PutIgnoreWarnings))
    VARIANT_BOOL IgnoreWarnings;
    __declspec(property(get=GetInitPath,put=PutInitPath))
    _bstr_t InitPath;
    __declspec(property(get=GetIsReadOnly,put=PutIsReadOnly))
    VARIANT_BOOL IsReadOnly;

    //
    // Wrapper methods for error-handling
    //

    void PutCaption (
        _bstr_t Caption );
    _bstr_t GetCaption ( );
    void PutFileName (
        _bstr_t FileName );
    _bstr_t GetFileName ( );
    void PutFilter (
        _bstr_t Filter );
    _bstr_t GetFilter ( );
    void PutFilterIndex (
        short FilterIndex );
    short GetFilterIndex ( );
    void PutIgnoreWarnings (
        VARIANT_BOOL IgnoreWarnings );
    VARIANT_BOOL GetIgnoreWarnings ( );
    void PutInitPath (
        _bstr_t InitPath );
    _bstr_t GetInitPath ( );
    void PutIsReadOnly (
        VARIANT_BOOL IsReadOnly );
    VARIANT_BOOL GetIsReadOnly ( );
    HRESULT Show ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_Caption (
        BSTR Caption ) = 0;
    virtual HRESULT __stdcall get_Caption (
        BSTR * Caption ) = 0;
    virtual HRESULT __stdcall put_FileName (
        BSTR FileName ) = 0;
    virtual HRESULT __stdcall get_FileName (
        BSTR * FileName ) = 0;
    virtual HRESULT __stdcall put_Filter (
        BSTR Filter ) = 0;
    virtual HRESULT __stdcall get_Filter (
        BSTR * Filter ) = 0;
    virtual HRESULT __stdcall put_FilterIndex (
        short FilterIndex ) = 0;
    virtual HRESULT __stdcall get_FilterIndex (
        short * FilterIndex ) = 0;
    virtual HRESULT __stdcall put_IgnoreWarnings (
        VARIANT_BOOL IgnoreWarnings ) = 0;
    virtual HRESULT __stdcall get_IgnoreWarnings (
        VARIANT_BOOL * IgnoreWarnings ) = 0;
    virtual HRESULT __stdcall put_InitPath (
        BSTR InitPath ) = 0;
    virtual HRESULT __stdcall get_InitPath (
        BSTR * InitPath ) = 0;
    virtual HRESULT __stdcall put_IsReadOnly (
        VARIANT_BOOL IsReadOnly ) = 0;
    virtual HRESULT __stdcall get_IsReadOnly (
        VARIANT_BOOL * IsReadOnly ) = 0;
    virtual HRESULT __stdcall raw_Show ( ) = 0;
};

struct __declspec(uuid("e921ba28-2e62-11d0-826f-080036fe2802"))
_DGMSaveAsFileDialog : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetCaption,put=PutCaption))
    _bstr_t Caption;
    __declspec(property(get=GetFileName,put=PutFileName))
    _bstr_t FileName;
    __declspec(property(get=GetFilter,put=PutFilter))
    _bstr_t Filter;
    __declspec(property(get=GetFilterIndex,put=PutFilterIndex))
    short FilterIndex;
    __declspec(property(get=GetInitPath,put=PutInitPath))
    _bstr_t InitPath;
    __declspec(property(get=GetIsTemplate,put=PutIsTemplate))
    VARIANT_BOOL IsTemplate;
    __declspec(property(get=GetTemplatePath,put=PutTemplatePath))
    _bstr_t TemplatePath;

    //
    // Wrapper methods for error-handling
    //

    void PutCaption (
        _bstr_t Caption );
    _bstr_t GetCaption ( );
    void PutFileName (
        _bstr_t FileName );
    _bstr_t GetFileName ( );
    void PutFilter (
        _bstr_t Filter );
    _bstr_t GetFilter ( );
    void PutFilterIndex (
        short FilterIndex );
    short GetFilterIndex ( );
    void PutInitPath (
        _bstr_t InitPath );
    _bstr_t GetInitPath ( );
    void PutIsTemplate (
        VARIANT_BOOL IsTemplate );
    VARIANT_BOOL GetIsTemplate ( );
    void PutTemplatePath (
        _bstr_t TemplatePath );
    _bstr_t GetTemplatePath ( );
    HRESULT Show ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_Caption (
        BSTR Caption ) = 0;
    virtual HRESULT __stdcall get_Caption (
        BSTR * Caption ) = 0;
    virtual HRESULT __stdcall put_FileName (
        BSTR FileName ) = 0;
    virtual HRESULT __stdcall get_FileName (
        BSTR * FileName ) = 0;
    virtual HRESULT __stdcall put_Filter (
        BSTR Filter ) = 0;
    virtual HRESULT __stdcall get_Filter (
        BSTR * Filter ) = 0;
    virtual HRESULT __stdcall put_FilterIndex (
        short FilterIndex ) = 0;
    virtual HRESULT __stdcall get_FilterIndex (
        short * FilterIndex ) = 0;
    virtual HRESULT __stdcall put_InitPath (
        BSTR InitPath ) = 0;
    virtual HRESULT __stdcall get_InitPath (
        BSTR * InitPath ) = 0;
    virtual HRESULT __stdcall put_IsTemplate (
        VARIANT_BOOL IsTemplate ) = 0;
    virtual HRESULT __stdcall get_IsTemplate (
        VARIANT_BOOL * IsTemplate ) = 0;
    virtual HRESULT __stdcall put_TemplatePath (
        BSTR TemplatePath ) = 0;
    virtual HRESULT __stdcall get_TemplatePath (
        BSTR * TemplatePath ) = 0;
    virtual HRESULT __stdcall raw_Show ( ) = 0;
};

struct __declspec(uuid("e921ba26-2e62-11d0-826f-080036fe2802"))
_DGMNewFileDialog : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetParenthWnd,put=PutParenthWnd))
    long ParenthWnd;
    __declspec(property(get=GetAppTemplatePath,put=PutAppTemplatePath))
    _bstr_t AppTemplatePath;
    __declspec(property(get=GetDefaultTemplate,put=PutDefaultTemplate))
    _bstr_t DefaultTemplate;
    __declspec(property(get=GetDocumentClassID,put=PutDocumentClassID))
    _bstr_t DocumentClassID;
    __declspec(property(get=GetFileName,put=PutFileName))
    _bstr_t FileName;
    __declspec(property(get=GetFilter,put=PutFilter))
    _bstr_t Filter;
    __declspec(property(get=GetIsTemplate,put=PutIsTemplate))
    VARIANT_BOOL IsTemplate;
    __declspec(property(get=GetUserTemplatePath,put=PutUserTemplatePath))
    _bstr_t UserTemplatePath;

    //
    // Wrapper methods for error-handling
    //

    void PutParenthWnd (
        long ParenthWnd );
    long GetParenthWnd ( );
    void PutAppTemplatePath (
        _bstr_t AppTemplatePath );
    _bstr_t GetAppTemplatePath ( );
    void PutDefaultTemplate (
        _bstr_t DefaultTemplate );
    _bstr_t GetDefaultTemplate ( );
    void PutDocumentClassID (
        _bstr_t docClassID );
    _bstr_t GetDocumentClassID ( );
    void PutFileName (
        _bstr_t FileName );
    _bstr_t GetFileName ( );
    void PutFilter (
        _bstr_t Filter );
    _bstr_t GetFilter ( );
    void PutIsTemplate (
        VARIANT_BOOL IsTemplate );
    VARIANT_BOOL GetIsTemplate ( );
    void PutUserTemplatePath (
        _bstr_t UserTemplatePath );
    _bstr_t GetUserTemplatePath ( );
    HRESULT Show ( );

    //
    // Raw methods provided by interface
    //

    virtual HRESULT __stdcall put_ParenthWnd (
        long ParenthWnd ) = 0;
    virtual HRESULT __stdcall get_ParenthWnd (
        long * ParenthWnd ) = 0;
    virtual HRESULT __stdcall put_AppTemplatePath (
        BSTR AppTemplatePath ) = 0;
    virtual HRESULT __stdcall get_AppTemplatePath (
        BSTR * AppTemplatePath ) = 0;
    virtual HRESULT __stdcall put_DefaultTemplate (
        BSTR DefaultTemplate ) = 0;
    virtual HRESULT __stdcall get_DefaultTemplate (
        BSTR * DefaultTemplate ) = 0;
    virtual HRESULT __stdcall put_DocumentClassID (
        BSTR docClassID ) = 0;
    virtual HRESULT __stdcall get_DocumentClassID (
        BSTR * docClassID ) = 0;
    virtual HRESULT __stdcall put_FileName (
        BSTR FileName ) = 0;
    virtual HRESULT __stdcall get_FileName (
        BSTR * FileName ) = 0;
    virtual HRESULT __stdcall put_Filter (
        BSTR Filter ) = 0;
    virtual HRESULT __stdcall get_Filter (
        BSTR * Filter ) = 0;
    virtual HRESULT __stdcall put_IsTemplate (
        VARIANT_BOOL IsTemplate ) = 0;
    virtual HRESULT __stdcall get_IsTemplate (
        VARIANT_BOOL * IsTemplate ) = 0;
    virtual HRESULT __stdcall put_UserTemplatePath (
        BSTR UserTemplatePath ) = 0;
    virtual HRESULT __stdcall get_UserTemplatePath (
        BSTR * UserTemplatePath ) = 0;
    virtual HRESULT __stdcall raw_Show ( ) = 0;
};

struct __declspec(uuid("daf15b80-e3c5-11cf-abfe-08003601b769"))
_DGMGeometryDigitizeService : IDispatch
{
    //
    // Property data
    //

    __declspec(property(get=GetGeometryCount))
    long GeometryCount;
    __declspec(property(get=GetMapView,put=PutRefMapView))
    IDispatchPtr MapView;

    //
    // Wrapper methods for error-handling
    //

    long GetGeometryCount ( );
    void PutRefMapView (
        IDispatch * returnValue );
    IDispatchPtr GetMapView ( );
    long AppendGeometry (
        IDispatch * Geometry,
        IDispatch * geometryStyle,
        const _variant_t & keyPointStyle = vtMissing,
        const _variant_t & isEmpty = vtMissing );
    IDispatchPtr GetGeometry (
        long Index );
    HRESULT RemoveGeometry (
        const _variant_t & Item );
    HRESULT RemoveAllGeometries ( );
    HRESULT DynamicPoint (
        struct _DGMPoint * point,
        const _variant_t & Item = vtMissing );
    HRESULT AppendPoint (

?? 快捷鍵說明

復制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號 Ctrl + =
減小字號 Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
日韩精品视频网| 亚洲三级在线看| 日韩一区二区三区在线视频| 精品亚洲国产成人av制服丝袜| 不卡的电影网站| 亚洲国产wwwccc36天堂| 国产肉丝袜一区二区| 欧美性大战xxxxx久久久| 国产一区二区三区免费| 日韩一区精品字幕| 国产精品色噜噜| 欧美α欧美αv大片| 欧美日韩在线一区二区| 不卡一卡二卡三乱码免费网站| 丝瓜av网站精品一区二区| 亚洲人亚洲人成电影网站色| 久久综合色婷婷| 欧美一卡2卡三卡4卡5免费| 在线精品视频小说1| 成人免费av网站| 精品一区二区在线看| 无码av中文一区二区三区桃花岛| 亚洲视频一二三| 中文字幕第一区综合| 精品免费99久久| 欧美一区二区女人| 欧美午夜电影在线播放| 色综合久久久久久久久| 成人免费视频播放| 国产91对白在线观看九色| 精品中文av资源站在线观看| 日产欧产美韩系列久久99| 夜色激情一区二区| 一区二区在线观看视频| 亚洲色图.com| 亚洲精品视频一区二区| 一区二区三区在线播放| 国产精品福利在线播放| 国产精品久久久久婷婷二区次| 久久久久国产精品厨房| 国产欧美一区二区精品忘忧草| 精品国产精品一区二区夜夜嗨| 日韩精品一区二| 欧美不卡123| 精品国产123| 久久综合999| 欧美激情在线观看视频免费| 中文字幕av一区二区三区免费看| 国产亚洲欧洲一区高清在线观看| 久久久综合网站| 中文字幕二三区不卡| 最近日韩中文字幕| 亚洲综合一区二区精品导航| 亚洲一区二区av在线| 青青草视频一区| 九九国产精品视频| 国产一区不卡视频| eeuss鲁片一区二区三区在线看| thepron国产精品| 色欧美片视频在线观看| 欧美日韩你懂得| 欧美不卡激情三级在线观看| 中文字幕免费观看一区| 亚洲精品国产高清久久伦理二区| 亚洲妇女屁股眼交7| 六月丁香综合在线视频| 高清国产午夜精品久久久久久| 不卡欧美aaaaa| 日本精品一级二级| 日韩欧美久久一区| 国产精品少妇自拍| 亚洲高清免费在线| 国产精品综合久久| 91福利小视频| 日韩色视频在线观看| 中文子幕无线码一区tr| 亚洲国产成人高清精品| 国产自产高清不卡| 色猫猫国产区一区二在线视频| 在线播放一区二区三区| 久久理论电影网| 久久99国产精品免费| 99久久精品国产一区二区三区| 欧美性受xxxx| 久久亚洲一区二区三区明星换脸| 亚洲视频网在线直播| 日韩黄色小视频| jiyouzz国产精品久久| 欧美一区二区女人| 日韩一区欧美一区| 国产在线精品视频| 欧美日韩精品免费| 欧美国产精品一区二区三区| 日韩综合在线视频| av色综合久久天堂av综合| 欧美疯狂做受xxxx富婆| 亚洲欧洲成人精品av97| 久久 天天综合| 日本福利一区二区| 欧美国产精品久久| 蜜桃av噜噜一区| 色香蕉成人二区免费| 久久久综合网站| 日本午夜精品视频在线观看| 99久久亚洲一区二区三区青草| 91精品国产色综合久久久蜜香臀| 成人免费在线视频| 国产在线看一区| 91精品国产综合久久久久久久久久| 中文字幕一区在线| 国产米奇在线777精品观看| 欧美电影影音先锋| 亚洲一区二区影院| 成人国产精品视频| 国产亚洲欧美激情| 久久黄色级2电影| 欧美人与禽zozo性伦| 亚洲三级在线免费| av在线免费不卡| 国产亚洲综合av| 国产麻豆精品在线观看| 精品理论电影在线| 免费观看一级欧美片| 欧美日产国产精品| 亚洲一级片在线观看| 一道本成人在线| 亚洲女子a中天字幕| www.色精品| 国产精品欧美久久久久一区二区| 精品一区二区三区免费| 欧美成人艳星乳罩| 奇米一区二区三区| 日韩一区二区免费在线电影| 免费黄网站欧美| 欧美一级午夜免费电影| 日本中文在线一区| 欧美一区二区在线免费播放| 午夜国产精品一区| 欧美人与禽zozo性伦| 日本午夜一区二区| 日韩免费观看2025年上映的电影| 日本中文字幕一区| 日韩美女视频在线| 狠狠色丁香婷综合久久| 久久免费国产精品| 风流少妇一区二区| 中文字幕中文字幕在线一区| 91在线播放网址| 一区二区三区av电影 | 欧美激情一区不卡| 国内成人免费视频| 久久久久99精品一区| 国产精品影视在线观看| 欧美激情一区在线| 99精品视频一区二区| 一区二区不卡在线视频 午夜欧美不卡在 | 粉嫩aⅴ一区二区三区四区五区| 国产欧美日韩三级| av综合在线播放| 亚洲一区二区视频| 日韩视频免费直播| 成人精品小蝌蚪| 亚洲国产中文字幕| 欧美va在线播放| 国v精品久久久网| 亚洲综合另类小说| 日韩精品中午字幕| 成人久久18免费网站麻豆| 狠狠色丁香久久婷婷综合丁香| 欧美大片顶级少妇| 成人妖精视频yjsp地址| 一区二区三区色| 日韩一区二区在线看| 成人午夜短视频| 亚洲第四色夜色| 久久亚洲综合av| 欧美亚洲自拍偷拍| 国产麻豆一精品一av一免费| 亚洲少妇屁股交4| 日韩一级二级三级精品视频| 成人爽a毛片一区二区免费| 一区二区在线观看av| 精品国产人成亚洲区| 91丨国产丨九色丨pron| 久久av中文字幕片| 亚洲欧美日韩中文播放| 日韩免费性生活视频播放| 91猫先生在线| 国产一区二区三区视频在线播放| 亚洲国产一区二区三区青草影视| 久久这里只精品最新地址| 在线观看区一区二| 国产不卡在线一区| 日本伊人午夜精品| 亚洲精品欧美综合四区| 亚洲国产高清在线| 日韩欧美一区二区免费| 91国模大尺度私拍在线视频| 丁香天五香天堂综合| 麻豆国产欧美日韩综合精品二区|