|
ReactOS 0.4.16-dev-1948-gd260c1d
|


Go to the source code of this file.
Macros | |
| #define | MAKE_MX_FUNC_NAME(x) L##x |
Typedefs | |
| typedef LPCWSTR | MxFuncName |
| typedef PKTHREAD | MxThread |
| typedef PETHREAD | MdEThread |
| typedef PDEVICE_OBJECT | MdDeviceObject |
| typedef PDRIVER_OBJECT | MdDriverObject |
| typedef PFILE_OBJECT | MdFileObject |
| typedef PIO_REMOVE_LOCK | MdRemoveLock |
| typedef PCALLBACK_OBJECT | MdCallbackObject |
| typedef CALLBACK_FUNCTION | MdCallbackFunctionType |
| typedef CALLBACK_FUNCTION * | MdCallbackFunction |
| typedef PKINTERRUPT | MdInterrupt |
| typedef KSERVICE_ROUTINE | MdInterruptServiceRoutineType |
| typedef KSERVICE_ROUTINE * | MdInterruptServiceRoutine |
| typedef KSYNCHRONIZE_ROUTINE | MdInterruptSynchronizeRoutineType |
| typedef KSYNCHRONIZE_ROUTINE * | MdInterruptSynchronizeRoutine |
Functions | |
| __drv_maxIRQL (HIGH_LEVEL) __drv_raisesIRQL(NewIrql) __inline VOID Mx | |
| _Acquires_lock_ (_Global_critical_region_) __inline VOID Mx | |
| _Releases_lock_ (_Global_critical_region_) __inline VOID Mx | |
| _Releases_lock_ (_Global_cancel_spin_lock_) __drv_requiresIRQL(DISPATCH_LEVEL) __inline VOID Mx | |
| typedef CALLBACK_FUNCTION * MdCallbackFunction |
Definition at line 35 of file mxgeneralkm.h.
Definition at line 35 of file mxgeneralkm.h.
| typedef PCALLBACK_OBJECT MdCallbackObject |
Definition at line 34 of file mxgeneralkm.h.
| typedef PDEVICE_OBJECT MdDeviceObject |
Definition at line 30 of file mxgeneralkm.h.
| typedef PDRIVER_OBJECT MdDriverObject |
Definition at line 31 of file mxgeneralkm.h.
Definition at line 29 of file mxgeneralkm.h.
| typedef PFILE_OBJECT MdFileObject |
Definition at line 32 of file mxgeneralkm.h.
| typedef PKINTERRUPT MdInterrupt |
Definition at line 36 of file mxgeneralkm.h.
| typedef KSERVICE_ROUTINE * MdInterruptServiceRoutine |
Definition at line 37 of file mxgeneralkm.h.
| typedef KSERVICE_ROUTINE MdInterruptServiceRoutineType |
Definition at line 37 of file mxgeneralkm.h.
| typedef KSYNCHRONIZE_ROUTINE * MdInterruptSynchronizeRoutine |
Definition at line 38 of file mxgeneralkm.h.
| typedef KSYNCHRONIZE_ROUTINE MdInterruptSynchronizeRoutineType |
Definition at line 38 of file mxgeneralkm.h.
| typedef PIO_REMOVE_LOCK MdRemoveLock |
Definition at line 33 of file mxgeneralkm.h.
| typedef LPCWSTR MxFuncName |
Definition at line 27 of file mxgeneralkm.h.
Definition at line 28 of file mxgeneralkm.h.
| __drv_maxIRQL | ( | HIGH_LEVEL | ) |
Definition at line 92 of file mxgeneralkm.h.
| _Acquires_lock_ | ( | _Global_critical_region_ | ) |
Definition at line 189 of file mxgeneralkm.h.
| _Releases_lock_ | ( | _Global_cancel_spin_lock_ | ) |
Definition at line 305 of file mxgeneralkm.h.
| _Releases_lock_ | ( | _Global_critical_region_ | ) |
Definition at line 198 of file mxgeneralkm.h.