|
ReactOS 0.4.16-dev-1946-g52006dd
|

Go to the source code of this file.
Macros | |
| #define | PARAMETERS_KEY L"Parameters" /* The parameters subkey under the device-specific key */ |
| BOOLEAN IsValidNumericString | ( | PNDIS_STRING | String, |
| ULONG | Base | ||
| ) |
Definition at line 376 of file config.c.
Referenced by NdisReadConfiguration().
| VOID EXPORT NdisCloseConfiguration | ( | IN NDIS_HANDLE | ConfigurationHandle | ) |
Definition at line 136 of file config.c.
Referenced by DcReadConfiguration(), MiniportInitialize(), NdisIPnPStartDevice(), NvNetReadConfiguration(), and ReadNicConfiguration().
| VOID EXPORT NdisOpenConfiguration | ( | OUT PNDIS_STATUS | Status, |
| OUT PNDIS_HANDLE | ConfigurationHandle, | ||
| IN NDIS_HANDLE | WrapperConfigurationContext | ||
| ) |
Definition at line 197 of file config.c.
Referenced by DcReadConfiguration(), MiniportInitialize(), NdisIPnPStartDevice(), NvNetReadConfiguration(), and ParaNdis_OpenNICConfiguration().
| VOID EXPORT NdisOpenConfigurationKeyByIndex | ( | OUT PNDIS_STATUS | Status, |
| IN NDIS_HANDLE | ConfigurationHandle, | ||
| IN ULONG | Index, | ||
| OUT PNDIS_STRING | KeyName, | ||
| OUT PNDIS_HANDLE | KeyHandle | ||
| ) |
Definition at line 855 of file config.c.
| VOID EXPORT NdisOpenConfigurationKeyByName | ( | OUT PNDIS_STATUS | Status, |
| IN NDIS_HANDLE | ConfigurationHandle, | ||
| IN PNDIS_STRING | KeyName, | ||
| OUT PNDIS_HANDLE | KeyHandle | ||
| ) |
Definition at line 953 of file config.c.
| VOID EXPORT NdisOpenProtocolConfiguration | ( | OUT PNDIS_STATUS | Status, |
| OUT PNDIS_HANDLE | ConfigurationHandle, | ||
| IN PNDIS_STRING | ProtocolSection | ||
| ) |
Definition at line 264 of file config.c.
| VOID EXPORT NdisReadConfiguration | ( | OUT PNDIS_STATUS | Status, |
| OUT PNDIS_CONFIGURATION_PARAMETER * | ParameterValue, | ||
| IN NDIS_HANDLE | ConfigurationHandle, | ||
| IN PNDIS_STRING | Keyword, | ||
| IN NDIS_PARAMETER_TYPE | ParameterType | ||
| ) |
Definition at line 414 of file config.c.
Referenced by DcConfigQueryInteger(), GetConfigurationEntry(), MiniportInitialize(), NdisIPnPStartDevice(), NdisReadNetworkAddress(), and QueryInteger().
| VOID EXPORT NdisReadNetworkAddress | ( | OUT PNDIS_STATUS | Status, |
| OUT PVOID * | NetworkAddress, | ||
| OUT PUINT | NetworkAddressLength, | ||
| IN NDIS_HANDLE | ConfigurationHandle | ||
| ) |
Definition at line 740 of file config.c.
Referenced by DcReadConfiguration(), MiniportInitialize(), NvNetReadConfiguration(), and ReadNicConfiguration().
| VOID EXPORT NdisWriteConfiguration | ( | OUT PNDIS_STATUS | Status, |
| IN NDIS_HANDLE | ConfigurationHandle, | ||
| IN PNDIS_STRING | Keyword, | ||
| IN PNDIS_CONFIGURATION_PARAMETER | ParameterValue | ||
| ) |
Definition at line 45 of file config.c.
Definition at line 332 of file config.c.
Referenced by IsValidNumericString(), and NdisReadNetworkAddress().