|
ReactOS 0.4.16-dev-1948-gd260c1d
|
#include "ndissys.h"
Go to the source code of this file.
Functions | |
| VOID NTAPI | MainUnload (PDRIVER_OBJECT DriverObject) |
| NTSTATUS NTAPI | DriverEntry (PDRIVER_OBJECT DriverObject, PUNICODE_STRING RegistryPath) |
| VOID _cdecl | NdisWriteErrorLogEntry (IN NDIS_HANDLE NdisAdapterHandle, IN NDIS_ERROR_CODE ErrorCode, IN ULONG NumberOfErrorValues,...) |
| NDIS_STATUS EXPORT | NdisWriteEventLogEntry (IN PVOID LogHandle, IN NDIS_STATUS EventCode, IN ULONG UniqueEventValue, IN USHORT NumStrings, IN PVOID StringsList OPTIONAL, IN ULONG DataSize, IN PVOID Data OPTIONAL) |
Variables | |
| LONG | CancelId |
| NTSTATUS NTAPI DriverEntry | ( | PDRIVER_OBJECT | DriverObject, |
| PUNICODE_STRING | RegistryPath | ||
| ) |
| VOID NTAPI MainUnload | ( | PDRIVER_OBJECT | DriverObject | ) |
Definition at line 26 of file main.c.
Referenced by DriverEntry().
| VOID _cdecl NdisWriteErrorLogEntry | ( | IN NDIS_HANDLE | NdisAdapterHandle, |
| IN NDIS_ERROR_CODE | ErrorCode, | ||
| IN ULONG | NumberOfErrorValues, | ||
| ... | |||
| ) |
Definition at line 76 of file main.c.
Referenced by DcHandleSystemError(), DcHandleTxJabberTimeout(), DcReadEeprom(), and DcSetupAdapter().
| NDIS_STATUS EXPORT NdisWriteEventLogEntry | ( | IN PVOID | LogHandle, |
| IN NDIS_STATUS | EventCode, | ||
| IN ULONG | UniqueEventValue, | ||
| IN USHORT | NumStrings, | ||
| IN PVOID StringsList | OPTIONAL, | ||
| IN ULONG | DataSize, | ||
| IN PVOID Data | OPTIONAL | ||
| ) |
| LONG CancelId |
Definition at line 23 of file main.c.
Referenced by DcCancelSendPackets(), DriverEntry(), NdisCancelSendPackets(), NdisSetPacketCancelId(), and ParaNdis5_CancelSendPackets().