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_FSCLIPBOARDMGR_H__7D232619_1541_409D_A94A_F6B2CCFF7456__INCLUDED_) 00007 #define AFX_FSCLIPBOARDMGR_H__7D232619_1541_409D_A94A_F6B2CCFF7456__INCLUDED_ 00008 00009 #if _MSC_VER > 1000 00010 #pragma once 00011 #endif 00012 00013 class fsClipboardMgr 00014 { 00015 public: 00016 00017 BOOL Text (LPCSTR psz); 00018 00019 LPCSTR Text(); 00020 00021 void Initialize (HWND hWnd); 00022 00023 fsClipboardMgr(); 00024 virtual ~fsClipboardMgr(); 00025 00026 protected: 00027 fsString m_strText; 00028 HWND m_hWnd; 00029 }; 00030 00031 #endif
1.5.6