⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 pclient.tli

📁 GemoMedia 应用 演示了其使用方法
💻 TLI
📖 第 1 页 / 共 5 页
字号:
#pragma implementation_key(149)
inline HRESULT Notification::RemoveListener ( long NotificationHandle ) {
    HRESULT _hr = raw_RemoveListener(NotificationHandle);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(150)
inline long Notification::GetMembershipStatus ( ) {
    long _result;
    HRESULT _hr = get_MembershipStatus(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(151)
inline HRESULT Notification::Refresh ( ) {
    HRESULT _hr = raw_Refresh();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(152)
inline HRESULT Notification::BroadcastMembershipChange ( ) {
    HRESULT _hr = raw_BroadcastMembershipChange();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(153)
inline HRESULT Notification::GetNextMembershipChange ( long NotificationHandle, long * Type, SAFEARRAY * * Bookmark ) {
    HRESULT _hr = raw_GetNextMembershipChange(NotificationHandle, Type, Bookmark);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(154)
inline HRESULT Notification::GetNextRowChange ( long NotificationHandle, long * Type, SAFEARRAY * * Bookmark ) {
    HRESULT _hr = raw_GetNextRowChange(NotificationHandle, Type, Bookmark);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(155)
inline long Notification::GetStatus ( ) {
    long _result;
    HRESULT _hr = get_Status(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(156)
inline HRESULT Notification::Reopen ( ) {
    HRESULT _hr = raw_Reopen();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface RecordsetListener wrapper method implementations
//

#pragma implementation_key(157)
inline HRESULT RecordsetListener::RowsChanged ( long NotificationHandle, struct GRecordset * ModifiedRs ) {
    HRESULT _hr = raw_RowsChanged(NotificationHandle, ModifiedRs);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(158)
inline HRESULT RecordsetListener::MembershipChanged ( long NotificationHandle, struct GRecordset * ModifiedRs ) {
    HRESULT _hr = raw_MembershipChanged(NotificationHandle, ModifiedRs);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(159)
inline HRESULT RecordsetListener::CanRefresh ( struct GRecordset * ModifiedRs ) {
    HRESULT _hr = raw_CanRefresh(ModifiedRs);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

#pragma implementation_key(160)
inline HRESULT RecordsetListener::StatusChanged ( struct GRecordset * ModifiedRs ) {
    HRESULT _hr = raw_StatusChanged(ModifiedRs);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMBrowseFolderDialog wrapper method implementations
//

#pragma implementation_key(161)
inline void _DGMBrowseFolderDialog::PutParenthWnd ( long ParenthWnd ) {
    HRESULT _hr = put_ParenthWnd(ParenthWnd);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(162)
inline long _DGMBrowseFolderDialog::GetParenthWnd ( ) {
    long _result;
    HRESULT _hr = get_ParenthWnd(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(163)
inline void _DGMBrowseFolderDialog::PutName ( _bstr_t pName ) {
    HRESULT _hr = put_Name(pName);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(164)
inline _bstr_t _DGMBrowseFolderDialog::GetName ( ) {
    BSTR _result;
    HRESULT _hr = get_Name(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(165)
inline HRESULT _DGMBrowseFolderDialog::Show ( ) {
    HRESULT _hr = raw_Show();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMOpenFileDialog wrapper method implementations
//

#pragma implementation_key(166)
inline void _DGMOpenFileDialog::PutCaption ( _bstr_t Caption ) {
    HRESULT _hr = put_Caption(Caption);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(167)
inline _bstr_t _DGMOpenFileDialog::GetCaption ( ) {
    BSTR _result;
    HRESULT _hr = get_Caption(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(168)
inline void _DGMOpenFileDialog::PutFileName ( _bstr_t FileName ) {
    HRESULT _hr = put_FileName(FileName);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(169)
inline _bstr_t _DGMOpenFileDialog::GetFileName ( ) {
    BSTR _result;
    HRESULT _hr = get_FileName(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(170)
inline void _DGMOpenFileDialog::PutFilter ( _bstr_t Filter ) {
    HRESULT _hr = put_Filter(Filter);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(171)
inline _bstr_t _DGMOpenFileDialog::GetFilter ( ) {
    BSTR _result;
    HRESULT _hr = get_Filter(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(172)
inline void _DGMOpenFileDialog::PutFilterIndex ( short FilterIndex ) {
    HRESULT _hr = put_FilterIndex(FilterIndex);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(173)
inline short _DGMOpenFileDialog::GetFilterIndex ( ) {
    short _result;
    HRESULT _hr = get_FilterIndex(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(174)
inline void _DGMOpenFileDialog::PutIgnoreWarnings ( VARIANT_BOOL IgnoreWarnings ) {
    HRESULT _hr = put_IgnoreWarnings(IgnoreWarnings);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(175)
inline VARIANT_BOOL _DGMOpenFileDialog::GetIgnoreWarnings ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_IgnoreWarnings(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(176)
inline void _DGMOpenFileDialog::PutInitPath ( _bstr_t InitPath ) {
    HRESULT _hr = put_InitPath(InitPath);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(177)
inline _bstr_t _DGMOpenFileDialog::GetInitPath ( ) {
    BSTR _result;
    HRESULT _hr = get_InitPath(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(178)
inline void _DGMOpenFileDialog::PutIsReadOnly ( VARIANT_BOOL IsReadOnly ) {
    HRESULT _hr = put_IsReadOnly(IsReadOnly);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(179)
inline VARIANT_BOOL _DGMOpenFileDialog::GetIsReadOnly ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_IsReadOnly(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(180)
inline HRESULT _DGMOpenFileDialog::Show ( ) {
    HRESULT _hr = raw_Show();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMSaveAsFileDialog wrapper method implementations
//

#pragma implementation_key(181)
inline void _DGMSaveAsFileDialog::PutCaption ( _bstr_t Caption ) {
    HRESULT _hr = put_Caption(Caption);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(182)
inline _bstr_t _DGMSaveAsFileDialog::GetCaption ( ) {
    BSTR _result;
    HRESULT _hr = get_Caption(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(183)
inline void _DGMSaveAsFileDialog::PutFileName ( _bstr_t FileName ) {
    HRESULT _hr = put_FileName(FileName);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(184)
inline _bstr_t _DGMSaveAsFileDialog::GetFileName ( ) {
    BSTR _result;
    HRESULT _hr = get_FileName(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(185)
inline void _DGMSaveAsFileDialog::PutFilter ( _bstr_t Filter ) {
    HRESULT _hr = put_Filter(Filter);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(186)
inline _bstr_t _DGMSaveAsFileDialog::GetFilter ( ) {
    BSTR _result;
    HRESULT _hr = get_Filter(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(187)
inline void _DGMSaveAsFileDialog::PutFilterIndex ( short FilterIndex ) {
    HRESULT _hr = put_FilterIndex(FilterIndex);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(188)
inline short _DGMSaveAsFileDialog::GetFilterIndex ( ) {
    short _result;
    HRESULT _hr = get_FilterIndex(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(189)
inline void _DGMSaveAsFileDialog::PutInitPath ( _bstr_t InitPath ) {
    HRESULT _hr = put_InitPath(InitPath);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(190)
inline _bstr_t _DGMSaveAsFileDialog::GetInitPath ( ) {
    BSTR _result;
    HRESULT _hr = get_InitPath(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(191)
inline void _DGMSaveAsFileDialog::PutIsTemplate ( VARIANT_BOOL IsTemplate ) {
    HRESULT _hr = put_IsTemplate(IsTemplate);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(192)
inline VARIANT_BOOL _DGMSaveAsFileDialog::GetIsTemplate ( ) {
    VARIANT_BOOL _result;
    HRESULT _hr = get_IsTemplate(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(193)
inline void _DGMSaveAsFileDialog::PutTemplatePath ( _bstr_t TemplatePath ) {
    HRESULT _hr = put_TemplatePath(TemplatePath);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(194)
inline _bstr_t _DGMSaveAsFileDialog::GetTemplatePath ( ) {
    BSTR _result;
    HRESULT _hr = get_TemplatePath(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(195)
inline HRESULT _DGMSaveAsFileDialog::Show ( ) {
    HRESULT _hr = raw_Show();
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _hr;
}

//
// interface _DGMNewFileDialog wrapper method implementations
//

#pragma implementation_key(196)
inline void _DGMNewFileDialog::PutParenthWnd ( long ParenthWnd ) {
    HRESULT _hr = put_ParenthWnd(ParenthWnd);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(197)
inline long _DGMNewFileDialog::GetParenthWnd ( ) {
    long _result;
    HRESULT _hr = get_ParenthWnd(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _result;
}

#pragma implementation_key(198)
inline void _DGMNewFileDialog::PutAppTemplatePath ( _bstr_t AppTemplatePath ) {
    HRESULT _hr = put_AppTemplatePath(AppTemplatePath);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(199)
inline _bstr_t _DGMNewFileDialog::GetAppTemplatePath ( ) {
    BSTR _result;
    HRESULT _hr = get_AppTemplatePath(&_result);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
    return _bstr_t(_result, false);
}

#pragma implementation_key(200)
inline void _DGMNewFileDialog::PutDefaultTemplate ( _bstr_t DefaultTemplate ) {
    HRESULT _hr = put_DefaultTemplate(DefaultTemplate);
    if (FAILED(_hr)) _com_issue_errorex(_hr, this, __uuidof(this));
}

#pragma implementation_key(201)

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -