00001 /* 00002 Free Download Manager Copyright (c) 2003-2007 FreeDownloadManager.ORG 00003 Open Download Manager Copyright (c) 2008 OpenDownloadManager.ORG 00004 */ 00005 00006 #if !defined(AFX_FSAUTORUNMGR_H__6D0999BD_CA3F_481B_8D67_C4798D2E0967__INCLUDED_) 00007 #define AFX_FSAUTORUNMGR_H__6D0999BD_CA3F_481B_8D67_C4798D2E0967__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class fsAutorunMgr 00014 { 00015 public: 00016 00017 BOOL IsAutoStart(); 00018 00019 BOOL SetAutoStart (BOOL bSet = TRUE); 00020 00021 fsAutorunMgr(); 00022 virtual ~fsAutorunMgr(); 00023 00024 protected: 00025 00026 void CloseAutoStartKey(); 00027 BOOL OpenAutoStartKey (); 00028 HKEY m_hAutoStart; 00029 }; 00030 00031 #endif
1.5.6