#include <vmsTorrentExtension.h>
Public Member Functions | |
| vmsTorrentExtension () | |
| virtual | ~vmsTorrentExtension () |
Static Public Member Functions | |
| static BOOL | AssociateWith (LPCSTR pszCmdLine) |
| static fsString | GetCurrentAssociation () |
| static BOOL | IsAssociatedWithUs () |
| static BOOL | IsAssociationExist () |
| static BOOL | Associate () |
Static Protected Member Functions | |
| static fsString | get_ShellOpenCommandLine () |
Definition at line 13 of file vmsTorrentExtension.h.
| vmsTorrentExtension::vmsTorrentExtension | ( | ) |
Definition at line 17 of file vmsTorrentExtension.cpp.
| vmsTorrentExtension::~vmsTorrentExtension | ( | ) | [virtual] |
Definition at line 22 of file vmsTorrentExtension.cpp.
| BOOL vmsTorrentExtension::AssociateWith | ( | LPCSTR | pszCmdLine | ) | [static] |
Definition at line 58 of file vmsTorrentExtension.cpp.
References FALSE, and vmsFileExtensionInOs::SetAssociation().
Referenced by Associate(), CFdmApp::Install_UnregisterServer(), and CDownloaderProperties_BtPage::OnApply().
| fsString vmsTorrentExtension::GetCurrentAssociation | ( | ) | [static] |
Definition at line 53 of file vmsTorrentExtension.cpp.
References vmsFileExtensionInOs::GetAssociation().
Referenced by IsAssociationExist(), CDownloaderProperties_BtPage::OnApply(), and CFdmApp::RegisterServer().
| BOOL vmsTorrentExtension::IsAssociatedWithUs | ( | ) | [static] |
Definition at line 47 of file vmsTorrentExtension.cpp.
References get_ShellOpenCommandLine(), and vmsFileExtensionInOs::GetAssociation().
Referenced by CFdmApp::Install_UnregisterServer(), CDownloaderProperties_BtPage::OnApply(), CDownloaderProperties_BtPage::OnInitDialog(), and CFdmApp::RegisterServer().
| BOOL vmsTorrentExtension::IsAssociationExist | ( | ) | [static] |
Definition at line 42 of file vmsTorrentExtension.cpp.
References FALSE, GetCurrentAssociation(), and fsString::IsEmpty().
Referenced by CFdmApp::RegisterServer().
| BOOL vmsTorrentExtension::Associate | ( | ) | [static] |
Definition at line 27 of file vmsTorrentExtension.cpp.
References AssociateWith(), and get_ShellOpenCommandLine().
Referenced by CDownloaderProperties_BtPage::OnApply(), and CFdmApp::RegisterServer().
| fsString vmsTorrentExtension::get_ShellOpenCommandLine | ( | ) | [static, protected] |
Definition at line 32 of file vmsTorrentExtension.cpp.
References fsString::GetLength().
Referenced by Associate(), and IsAssociatedWithUs().
1.5.6