ReactOS
0.4.15-dev-4917-g934e521
|
#include <stdarg.h>
#include <windef.h>
#include <winbase.h>
#include <winuser.h>
#include <wingdi.h>
#include <winsvc.h>
#include <winreg.h>
#include <commctrl.h>
#include <commdlg.h>
#include <wchar.h>
#include <ndk/rtltypes.h>
#include <ndk/rtlfuncs.h>
#include <vcdioctl.h>
#include "resource.h"
Go to the source code of this file.
Macros | |
#define | WIN32_NO_STATUS |
#define | IOCTL_CDROM_BASE FILE_DEVICE_CD_ROM |
#define | IOCTL_CDROM_EJECT_MEDIA CTL_CODE(IOCTL_CDROM_BASE, 0x0202, METHOD_BUFFERED, FILE_READ_ACCESS) |
Variables | |
HWND | hWnd |
HWND | hMountWnd |
HWND | hDriverWnd |
HINSTANCE | hInstance |
WCHAR | wMountLetter |
#define IOCTL_CDROM_BASE FILE_DEVICE_CD_ROM |
Definition at line 25 of file vcdcontroltool.c.
#define IOCTL_CDROM_EJECT_MEDIA CTL_CODE(IOCTL_CDROM_BASE, 0x0202, METHOD_BUFFERED, FILE_READ_ACCESS) |
Definition at line 26 of file vcdcontroltool.c.
#define WIN32_NO_STATUS |
Definition at line 10 of file vcdcontroltool.c.
Definition at line 555 of file vcdcontroltool.c.
Referenced by HandleCommand().
Definition at line 878 of file vcdcontroltool.c.
Referenced by MainDialogProc().
Definition at line 387 of file vcdcontroltool.c.
Referenced by HandleCommand().
|
static |
Definition at line 364 of file vcdcontroltool.c.
Referenced by DriverControl().
Definition at line 693 of file vcdcontroltool.c.
Referenced by HandleCommand().
Definition at line 586 of file vcdcontroltool.c.
Referenced by EjectDrive(), HandleNotify(), MountImage(), RemountImage(), and RemoveDrive().
Definition at line 750 of file vcdcontroltool.c.
Referenced by MainDialogProc().
Definition at line 336 of file vcdcontroltool.c.
Referenced by DriverDialogProc().
Definition at line 508 of file vcdcontroltool.c.
Referenced by MountDialogProc().
Definition at line 815 of file vcdcontroltool.c.
Referenced by MainDialogProc().
|
static |
Definition at line 920 of file vcdcontroltool.c.
Referenced by wWinMain().
FORCEINLINE DWORD Min | ( | DWORD | a, |
DWORD | b | ||
) |
|
static |
Definition at line 532 of file vcdcontroltool.c.
Referenced by MountImage().
Definition at line 615 of file vcdcontroltool.c.
Referenced by HandleCommand().
Definition at line 48 of file vcdcontroltool.c.
Referenced by EjectDrive(), PerformMount(), RefreshDevicesList(), RemountImage(), and RemoveDrive().
Definition at line 425 of file vcdcontroltool.c.
Referenced by HandleMountCommand().
Definition at line 200 of file vcdcontroltool.c.
Referenced by DriverDialogProc().
Definition at line 62 of file vcdcontroltool.c.
Referenced by AddDrive(), CreateListViewColumns(), EjectDrive(), PerformMount(), RemountImage(), RemoveDrive(), StartDriver(), and StopDriver().
Definition at line 664 of file vcdcontroltool.c.
Referenced by HandleCommand().
Definition at line 723 of file vcdcontroltool.c.
Referenced by HandleCommand().
Definition at line 792 of file vcdcontroltool.c.
Referenced by CreateListViewColumns(), and HandleNotify().
Definition at line 399 of file vcdcontroltool.c.
Referenced by MountDialogProc().
Definition at line 186 of file vcdcontroltool.c.
Referenced by DECLARE_INTERFACE_(), QueryDriverInfo(), StartDriver(), and StopDriver().
Definition at line 304 of file vcdcontroltool.c.
Referenced by HandleDriverCommand(), and UsermodeMethod().
INT WINAPI wWinMain | ( | HINSTANCE | hInstance, |
HINSTANCE | hPrevInstance, | ||
LPWSTR | lpCmdLine, | ||
int | nShowCmd | ||
) |
This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER.PD within this package.
Definition at line 950 of file vcdcontroltool.c.
HWND hDriverWnd |
Definition at line 32 of file vcdcontroltool.c.
Referenced by HandleDriverCommand(), QueryDriverInfo(), and SetServiceState().
HINSTANCE hInstance |
Definition at line 33 of file vcdcontroltool.c.
Referenced by CreateListViewColumns(), DriverControl(), MountImage(), RefreshDevicesList(), and wWinMain().
HWND hMountWnd |
Definition at line 31 of file vcdcontroltool.c.
Referenced by HandleMountCommand(), PerformMount(), and SetMountFileName().
HWND hWnd |
Definition at line 30 of file vcdcontroltool.c.
Referenced by CreateListViewColumns(), GetSelectedDriveLetter(), HandleCommand(), HandleNotify(), RefreshDevicesList(), ResetStats(), and wWinMain().
WCHAR wMountLetter |
Definition at line 35 of file vcdcontroltool.c.
Referenced by MountImage(), and PerformMount().