ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

DeviceView.h
Go to the documentation of this file.
00001 #pragma once
00002 #include "Devices.h"
00003 
00004 class CDeviceView : public CDevices
00005 {
00006     HWND m_hMainWnd;
00007     HWND m_hTreeView;
00008     HWND m_hPropertyDialog;
00009     HWND m_hShortcutMenu;
00010 
00011 public:
00012     CDeviceView(HWND hMainWnd);
00013     ~CDeviceView(void);
00014 
00015     BOOL Initialize();
00016     BOOL Uninitialize();
00017 
00018     VOID Size(INT x, INT y, INT cx, INT cy);
00019     VOID Refresh();
00020     VOID DisplayPropertySheet();
00021     VOID SetFocus();
00022 };
00023 

Generated on Mon May 28 2012 04:16:54 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.