ReactOS 0.4.16-dev-823-g9a093ec
|
Go to the source code of this file.
Classes | |
struct | SYNC_ENTRY |
class | CInterruptSync |
Macros | |
#define | NDEBUG |
Typedefs | |
typedef struct SYNC_ENTRY * | PSYNC_ENTRY |
Functions | |
BOOLEAN NTAPI | CInterruptSynchronizedRoutine (IN PVOID ServiceContext) |
BOOLEAN NTAPI | IInterruptServiceRoutine (IN PKINTERRUPT Interrupt, IN PVOID ServiceContext) |
NTSTATUS NTAPI | PcNewInterruptSync (OUT PINTERRUPTSYNC *OutInterruptSync, IN PUNKNOWN OuterUnknown OPTIONAL, IN PRESOURCELIST ResourceList, IN ULONG ResourceIndex, IN INTERRUPTSYNCMODE Mode) |
#define NDEBUG |
Definition at line 11 of file interrupt.cpp.
typedef struct SYNC_ENTRY * PSYNC_ENTRY |
Definition at line 84 of file interrupt.cpp.
Definition at line 139 of file interrupt.cpp.
NTSTATUS NTAPI PcNewInterruptSync | ( | OUT PINTERRUPTSYNC * | OutInterruptSync, |
IN PUNKNOWN OuterUnknown | OPTIONAL, | ||
IN PRESOURCELIST | ResourceList, | ||
IN ULONG | ResourceIndex, | ||
IN INTERRUPTSYNCMODE | Mode | ||
) |
Definition at line 295 of file interrupt.cpp.
Referenced by CMiniport::ProcessResources(), CAC97MiniportWaveRT::ProcessResources(), and STDMETHODIMP_().