Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > DoxygenDeviceView.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
1.7.6.1
|