ReactOS 0.4.15-dev-7953-g1f49173
_PARALLEL_INTERRUPT_SERVICE_ROUTINE Struct Reference

#include <parallel.h>

Collaboration diagram for _PARALLEL_INTERRUPT_SERVICE_ROUTINE:

Public Attributes

PKSERVICE_ROUTINE InterruptServiceRoutine
 
PVOID InterruptServiceContext
 
PPARALLEL_DEFERRED_ROUTINE DeferredPortCheckRoutine
 
PVOID DeferredPortCheckContext
 

Detailed Description

Definition at line 171 of file parallel.h.

Member Data Documentation

◆ DeferredPortCheckContext

PVOID _PARALLEL_INTERRUPT_SERVICE_ROUTINE::DeferredPortCheckContext

Definition at line 175 of file parallel.h.

◆ DeferredPortCheckRoutine

PPARALLEL_DEFERRED_ROUTINE _PARALLEL_INTERRUPT_SERVICE_ROUTINE::DeferredPortCheckRoutine

Definition at line 174 of file parallel.h.

◆ InterruptServiceContext

PVOID _PARALLEL_INTERRUPT_SERVICE_ROUTINE::InterruptServiceContext

Definition at line 173 of file parallel.h.

◆ InterruptServiceRoutine

PKSERVICE_ROUTINE _PARALLEL_INTERRUPT_SERVICE_ROUTINE::InterruptServiceRoutine

Definition at line 172 of file parallel.h.


The documentation for this struct was generated from the following file: