ReactOS 0.4.16-dev-92-g0c2cdca
|
Go to the source code of this file.
Macros | |
#define | FmtAcquireDriveW(Drive, Level) FmtAcquireDrive((PCHAR)(Drive), Level) |
Typedefs | |
typedef void(* | PADD_DEVICE) (HWND hwndControl, PCHAR Drive, PCHAR Line1, PCHAR Line2, BOOL bSelect) |
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) |
VOID | FmtReleaseDrive (HANDLE evt) |
BOOLEAN | FmtIsDriveAcquired (PCHAR Drive, CHAR Level) |
Variables | |
CHAR | szDisc [4] |
Initial drive selection from command line. | |
BOOL | bChanger |
Definition at line 31 of file format_common.h.
Definition at line 13 of file format_common.h.
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 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.
|
extern |
Definition at line 9 of file format_common.cpp.
Referenced by CheckCDType().
|
extern |
Initial drive selection from command line.
Definition at line 8 of file format_common.cpp.
Referenced by InitDeviceList().