00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008-2010 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_VMSTORRENTEXTENSION_H__027AF6AC_9BCC_4ED2_BF22_2168E5F6E080__INCLUDED_) 00007 #define AFX_VMSTORRENTEXTENSION_H__027AF6AC_9BCC_4ED2_BF22_2168E5F6E080__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class vmsTorrentExtension 00014 { 00015 public: 00016 00017 static BOOL AssociateWith (LPCSTR pszCmdLine); 00018 static fsString GetCurrentAssociation(); 00019 static BOOL IsAssociatedWithUs(); 00020 00021 static BOOL IsAssociationExist(); 00022 00023 static BOOL Associate(); 00024 00025 vmsTorrentExtension(); 00026 virtual ~vmsTorrentExtension(); 00027 00028 protected: 00029 00030 static fsString get_ShellOpenCommandLine(); 00031 }; 00032 00033 #endif
1.5.6