NdisRegisterProtocol registers an NDIS driver's ProtocolXxx entry points and name with the NDIS library when the driver initializes.
VOID NdisRegisterProtocol(OUT PNDIS_STATUS Status,
OUT PNDIS_HANDLE NdisProtocolHandle,
IN PNDIS_PROTOCOL_CHARACTERISTICS ProtocolCharacteristics,
IN UINT CharacteristicsLength);
| Header File: | Ndis.h |
| Module: | Nk |
| Platforms: | |
| Versions: | 2.0 and later |
| Complete Documentation: | Windows NT Device Driver Kit |