|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | ODS(sz) {} |
| #define | arraylen(a) (sizeof(a)/sizeof(a[0])) |
| #define | DW_GLOBAL_QUIT_EVENT_NAME L"Global\\DwQuitEvent" |
| #define | DW_QUIT_EVENT_NAME L"DwQuitEvent" |
| #define | UDF_OPTION_GLOBAL 1 |
| #define | UDF_OPTION_MEDIASPEC 10 |
| #define | UDF_OPTION_DEVSPEC 2 |
| #define | UDF_OPTION_DISKSPEC 3 |
| #define | UDF_OPTION_MAX_DEPTH 0xffffffff |
Typedefs | |
| typedef enum _JS_DEVICE_TYPE | JS_DEVICE_TYPE |
| CD/DVD-RW device types. | |
| typedef enum _JS_SERVICE_STATE | JS_SERVICE_STATE |
| Service state constants. | |
Enumerations | |
| enum | _JS_DEVICE_TYPE { OTHER = 0 , CDR , CDRW , DVDROM , DVDRAM , DVDR , DVDRW , DVDPR , DVDPRW , DDCDROM , DDCDR , DDCDRW , BDROM , BDRE , BUSY } |
| CD/DVD-RW device types. More... | |
| enum | _JS_SERVICE_STATE { JS_SERVICE_NOT_PRESENT , JS_SERVICE_RUNNING , JS_SERVICE_NOT_RUNNING , JS_ERROR_STATUS } |
| Service state constants. More... | |
Variables | |
| TCHAR * | MediaTypeStrings [] |
| #define DW_GLOBAL_QUIT_EVENT_NAME L"Global\\DwQuitEvent" |
Definition at line 126 of file user_lib.h.
| #define DW_QUIT_EVENT_NAME L"DwQuitEvent" |
Definition at line 127 of file user_lib.h.
| #define ODS | ( | sz | ) | {} |
Definition at line 26 of file user_lib.h.
| #define UDF_OPTION_DEVSPEC 2 |
Definition at line 167 of file user_lib.h.
| #define UDF_OPTION_DISKSPEC 3 |
Definition at line 168 of file user_lib.h.
| #define UDF_OPTION_GLOBAL 1 |
Definition at line 165 of file user_lib.h.
| #define UDF_OPTION_MAX_DEPTH 0xffffffff |
Definition at line 169 of file user_lib.h.
| #define UDF_OPTION_MEDIASPEC 10 |
Definition at line 166 of file user_lib.h.
| typedef enum _JS_DEVICE_TYPE JS_DEVICE_TYPE |
CD/DVD-RW device types.
| typedef enum _JS_SERVICE_STATE JS_SERVICE_STATE |
Service state constants.
CD/DVD-RW device types.
| Enumerator | |
|---|---|
| OTHER | |
| CDR | |
| CDRW | |
| DVDROM | |
| DVDRAM | |
| DVDR | |
| DVDRW | |
| DVDPR | |
| DVDPRW | |
| DDCDROM | |
| DDCDR | |
| DDCDRW | |
| BDROM | |
| BDRE | |
| BUSY | |
Definition at line 32 of file user_lib.h.
Service state constants.
Definition at line 53 of file user_lib.h.
Definition at line 200 of file user_lib.cpp.
Definition at line 596 of file user_lib.cpp.
Referenced by FmtAcquireDrive_().
Definition at line 805 of file user_lib.cpp.
Definition at line 94 of file user_lib.cpp.
Definition at line 693 of file user_lib.cpp.
Referenced by UDFGetOptUlongInherited().
Get string from registry by Key path and Value name.
Definition at line 338 of file user_lib.cpp.
Referenced by CheckCdrwFilter(), and LauncherRoutine2().
Definition at line 425 of file user_lib.cpp.
Referenced by GetOptUlong().
Definition at line 579 of file user_lib.cpp.
Start app with desired parameters.
Definition at line 821 of file user_lib.cpp.
Definition at line 45 of file user_lib.cpp.
| ULONG MyMessageBox | ( | HINSTANCE | hInst, |
| HWND | hWnd, | ||
| LPCSTR | pszFormat, | ||
| LPCSTR | pszTitle, | ||
| UINT | fuStyle, | ||
| ... | |||
| ) |
Definition at line 110 of file user_lib.cpp.
Definition at line 77 of file user_lib.cpp.
Definition at line 59 of file user_lib.cpp.
Definition at line 780 of file user_lib.cpp.
Referenced by CheckCDType().
Definition at line 531 of file user_lib.cpp.
Referenced by AccessCheckEmptyMappingTest(), AccessGrantedMultipleObjectsTests(), AccessGrantedNoDaclTests(), AccessGrantedTests(), BasepIsRealtimeAllowed(), DenyAccessTests(), Ext2InvalidateVolumes(), FilterToken(), GrantedAccessTests(), HasPrivilege(), IsPrivilegeEnabled(), LsapAddPrivilegeToTokenPrivileges(), my_open(), NtOpenObjectAuditAlarm(), NtPrivilegeCheck(), NtPrivilegedServiceAuditAlarm(), ParamsValidationTests(), ParamValidationNoObjsList(), RtlAcquirePrivilege(), RtlAdjustPrivilege(), RtlRemovePrivileges(), SePrivilegePolicyCheck(), SepSinglePrivilegeCheck(), SeReleaseLuidAndAttributesArray(), SetInformationJobObject(), SetLocalTime(), SetProcessWorkingSetSizeEx(), SetSystemTime(), SmpAcquirePrivilege(), START_TEST(), test_AccessCheck(), test_impersonation_level(), test_pack_PRIVILEGE_SET(), and TestTokenPrivilege().
Definition at line 294 of file user_lib.cpp.
Definition at line 377 of file user_lib.cpp.
Definition at line 244 of file user_lib.cpp.
Referenced by CheckCdrwFilter().
| JS_SERVICE_STATE ServiceInfo | ( | LPCTSTR | ServiceName | ) |
Return service status by service name.
Definition at line 157 of file user_lib.cpp.
Referenced by Create(), and SetConfig().
Definition at line 723 of file user_lib.cpp.
Definition at line 656 of file user_lib.cpp.
Referenced by UDFGetOptUlongInherited().
Definition at line 747 of file user_lib.cpp.
| ULONG UDFPhSendIOCTL | ( | IN ULONG | IoControlCode, |
| IN HANDLE | DeviceObject, | ||
| IN PVOID | InputBuffer, | ||
| IN ULONG | InputBufferLength, | ||
| OUT PVOID | OutputBuffer, | ||
| IN ULONG | OutputBufferLength, | ||
| IN BOOLEAN | OverrideVerify, | ||
| IN PVOID | Dummy | ||
| ) |
Send Device IO Controls to undelaying level via handle.
Definition at line 628 of file user_lib.cpp.
Referenced by UDFGetDeviceName().
|
extern |
Definition at line 25 of file user_lib.cpp.
Referenced by InitDeviceList().