ReactOS 0.4.16-dev-92-g0c2cdca
|
Go to the source code of this file.
Functions | |
JS_DEVICE_TYPE | CheckCDType (PCHAR m_szFile, PCHAR VendorId) |
Return CD-RW device type. | |
void | InitDeviceList (HWND hDlg, HWND hwndControl, PADD_DEVICE CallBack) |
HANDLE | FmtAcquireDrive_ (PCHAR _Drive, CHAR Level) |
HANDLE | FmtAcquireDrive (PCHAR Drive, CHAR Level) |
BOOLEAN | FmtIsDriveAcquired (PCHAR Drive, CHAR Level) |
VOID | FmtReleaseDrive (HANDLE evt) |
Variables | |
CHAR | szDisc [4] = "" |
Initial drive selection from command line. | |
BOOL | bChanger = FALSE |
JS_DEVICE_TYPE CheckCDType | ( | PCHAR | m_szFile, |
PCHAR | VendorId | ||
) |
Return CD-RW device type.
Definition at line 13 of file format_common.cpp.
Referenced by InitDeviceList().
Definition at line 223 of file format_common.cpp.
Definition at line 199 of file format_common.cpp.
Referenced by FmtAcquireDrive(), and FmtIsDriveAcquired().
Definition at line 238 of file format_common.cpp.
Definition at line 256 of file format_common.cpp.
void InitDeviceList | ( | HWND | hDlg, |
HWND | hwndControl, | ||
PADD_DEVICE | CallBack | ||
) |
Intialize asbtract device list via calls to CallBack function.
hDlg | Not used. |
hwndControl | Passed to the CallBack function. See PADD_DEVICE. |
CallBack | Callback function. Called on each CD device in system. |
Definition at line 132 of file format_common.cpp.
Definition at line 9 of file format_common.cpp.
Referenced by CheckCDType().
CHAR szDisc[4] = "" |
Initial drive selection from command line.
Definition at line 8 of file format_common.cpp.
Referenced by InitDeviceList().