#include <FDMDownload.h>
Public Member Functions | |
| CFDMDownload () | |
| STDMETHOD() | get_DownloadText (long nTextIndex, BSTR *pVal) |
| void | ReadFromDownload (vmsDownloadSmartPtr dld) |
| STDMETHOD() | get_Url (BSTR *pVal) |
| STDMETHOD() | put_Url (BSTR newVal) |
Protected Attributes | |
| fsString | m_strUrl |
| fsString | m_astrDldTexts [6] |
Definition at line 11 of file FDMDownload.h.
| CFDMDownload::CFDMDownload | ( | ) | [inline] |
Definition at line 17 of file FDMDownload.h.
| STDMETHODIMP CFDMDownload::get_DownloadText | ( | long | nTextIndex, | |
| BSTR * | pVal | |||
| ) |
Definition at line 32 of file FDMDownload.cpp.
References E_INVALIDARG, m_astrDldTexts, S_OK, and SysAllocString().
| void CFDMDownload::ReadFromDownload | ( | vmsDownloadSmartPtr | dld | ) |
Definition at line 24 of file FDMDownload.cpp.
References CDownloads_Tasks::GetDownloadText(), m_astrDldTexts, and m_strUrl.
| STDMETHODIMP CFDMDownload::get_Url | ( | BSTR * | pVal | ) |
| STDMETHODIMP CFDMDownload::put_Url | ( | BSTR | newVal | ) |
fsString CFDMDownload::m_strUrl [protected] |
Definition at line 37 of file FDMDownload.h.
Referenced by get_Url(), put_Url(), and ReadFromDownload().
fsString CFDMDownload::m_astrDldTexts[6] [protected] |
Definition at line 38 of file FDMDownload.h.
Referenced by get_DownloadText(), and ReadFromDownload().
1.5.6