ReactOS 0.4.16-dev-732-g2d1144a
|
#include "MxGeneral.h"
Go to the source code of this file.
Macros | |
#define | MAKE_MX_FUNC_NAME(x) x |
#define | REMOVE_LOCK_RELEASE_TIMEOUT_IN_SECONDS 45 |
Typedefs | |
typedef VOID | THREADPOOL_WAIT_CALLBACK(__inout PTP_CALLBACK_INSTANCE Instance, __inout_opt PVOID Context, __inout PTP_WAIT Wait, __in TP_WAIT_RESULT WaitResult) |
typedef THREADPOOL_WAIT_CALLBACK | MdInterruptServiceRoutineType |
typedef THREADPOOL_WAIT_CALLBACK * | MdInterruptServiceRoutine |
typedef BOOLEAN | InterruptSynchronizeRoutine(__in PVOID SynchronizeContext) |
typedef InterruptSynchronizeRoutine | MdInterruptSynchronizeRoutineType |
typedef InterruptSynchronizeRoutine * | MdInterruptSynchronizeRoutine |
typedef struct _CALLBACK_OBJECT * | PCALLBACK_OBJECT |
typedef VOID | CALLBACK_FUNCTION(__in PVOID CallbackContext, __in_opt PVOID Argument1, __in_opt PVOID Argument2) |
typedef CALLBACK_FUNCTION | MdCallbackFunctionType |
typedef CALLBACK_FUNCTION * | MdCallbackFunction |
typedef enum _IO_NOTIFICATION_EVENT_CATEGORY | IO_NOTIFICATION_EVENT_CATEGORY |
Definition at line 26 of file mxgeneralum.h.
#define REMOVE_LOCK_RELEASE_TIMEOUT_IN_SECONDS 45 |
Definition at line 35 of file mxgeneralum.h.
typedef VOID CALLBACK_FUNCTION(__in PVOID CallbackContext, __in_opt PVOID Argument1, __in_opt PVOID Argument2) |
Definition at line 58 of file mxgeneralum.h.
typedef BOOLEAN InterruptSynchronizeRoutine(__in PVOID SynchronizeContext) |
Definition at line 48 of file mxgeneralum.h.
typedef CALLBACK_FUNCTION * MdCallbackFunction |
Definition at line 64 of file mxgeneralum.h.
Definition at line 64 of file mxgeneralum.h.
Definition at line 44 of file mxgeneralum.h.
Definition at line 44 of file mxgeneralum.h.
Definition at line 52 of file mxgeneralum.h.
Definition at line 52 of file mxgeneralum.h.
typedef struct _CALLBACK_OBJECT* PCALLBACK_OBJECT |
Definition at line 54 of file mxgeneralum.h.
typedef VOID THREADPOOL_WAIT_CALLBACK(__inout PTP_CALLBACK_INSTANCE Instance, __inout_opt PVOID Context, __inout PTP_WAIT Wait, __in TP_WAIT_RESULT WaitResult) |
Definition at line 37 of file mxgeneralum.h.
Definition at line 70 of file mxgeneralum.h.