ReactOS 0.4.16-dev-2-g02a6913
|
#include <miniport.h>
Public Attributes | |
PVOID | DriverContext |
ADAPTER_SHUTDOWN_HANDLER | ShutdownHandler |
PKBUGCHECK_CALLBACK_RECORD | CallbackRecord |
Definition at line 57 of file miniport.h.
PKBUGCHECK_CALLBACK_RECORD _MINIPORT_BUGCHECK_CONTEXT::CallbackRecord |
Definition at line 60 of file miniport.h.
Referenced by NdisMDeregisterAdapterShutdownHandler(), and NdisMRegisterAdapterShutdownHandler().
PVOID _MINIPORT_BUGCHECK_CONTEXT::DriverContext |
Definition at line 58 of file miniport.h.
Referenced by NdisMRegisterAdapterShutdownHandler().
ADAPTER_SHUTDOWN_HANDLER _MINIPORT_BUGCHECK_CONTEXT::ShutdownHandler |
Definition at line 59 of file miniport.h.
Referenced by NdisMDeregisterAdapterShutdownHandler(), and NdisMRegisterAdapterShutdownHandler().