|
Navigation
- Home
- Community
- Development
- myReactOS
- Fundraiser 2012
Doxygen
- Main Page
- Alphabetical List
- Data Structures
- Directories
- File List
- Data Fields
- Globals
- Related Pages
Search
|
#include <windows.h>
#include <windowsx.h>
#include <stdio.h>
#include <tchar.h>
#include <setupapi.h>
#include <cfgmgr32.h>
#include <commctrl.h>
#include <dll/devmgr/devmgr.h>
#include <initguid.h>
#include <cguid.h>
#include <devguid.h>
#include "resource.h"
Go to the source code of this file.
Data Structures |
| struct | PMAIN_WND_INFO |
| struct | PMENU_HINT |
Defines |
| #define | WIN32_LEAN_AND_MEAN |
| #define | MAX_DEV_LEN 256 |
Enumerations |
| enum | DISPLAY_TYPE { DevicesByType,
DevicesByConnection,
RessourcesByType,
RessourcesByConnection
} |
Functions |
| INT_PTR CALLBACK | AboutDialogProc (HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam) |
| BOOL | InitMainWindowImpl (VOID) |
| VOID | UninitMainWindowImpl (VOID) |
| HWND | CreateMainWindow (LPCTSTR lpCaption, int nCmdShow) |
| VOID | FreeDeviceStrings (HWND hTreeView) |
| VOID | OpenPropSheet (HWND hTreeView, HTREEITEM hItem) |
| HTREEITEM | InitTreeView (HWND hTreeView) |
| VOID | ListDevicesByType (HWND hTreeView, HTREEITEM hRoot, BOOL bShowHidden) |
| VOID | ListDevicesByConnection (HWND hTreeView, HTREEITEM hRoot, BOOL bShowHidden) |
| INT | AllocAndLoadString (OUT LPTSTR *lpTarget, IN HINSTANCE hInst, IN UINT uID) |
| DWORD | LoadAndFormatString (IN HINSTANCE hInstance, IN UINT uID, OUT LPTSTR *lpTarget,...) |
| BOOL | StatusBarLoadAndFormatString (IN HWND hStatusBar, IN INT PartId, IN HINSTANCE hInstance, IN UINT uID,...) |
| BOOL | StatusBarLoadString (IN HWND hStatusBar, IN INT PartId, IN HINSTANCE hInstance, IN UINT uID) |
| INT | GetTextFromEdit (OUT LPTSTR lpString, IN HWND hDlg, IN UINT Res) |
| HIMAGELIST | InitImageList (UINT NumButtons, UINT StartResource, UINT Width, UINT Height) |
| VOID | GetError (VOID) |
| VOID | DisplayString (LPTSTR) |
Variables |
| HINSTANCE | hInstance |
| HANDLE | ProcessHeap |
Generated on Sat May 26 2012 04:37:36 for ReactOS by
1.7.6.1
|