Share via


NdisDeregisterProtocol

Other versions of this page are also available for the following:

Windows Mobile Not SupportedWindows Embedded CE Supported

8/28/2008

This function releases the resources allocated when the driver calls the NdisRegisterProtocol function.

Syntax

VOID NdisDeregisterProtocol(
  PNDIS_STATUS Status,
  NDIS_HANDLE NdisProtocolHandle
);

Parameters

  • Status
    [out] Pointer to a caller-supplied variable that is set to NDIS_STATUS_SUCCESS on return from this function.
  • NdisProtocolHandle
    [in] Specifies the handle returned by NdisRegisterProtocol when the driver initialized.

Return Value

None.

Remarks

Currently, this function is a stub that does no work. Future versions of Windows Embedded CE may implement this function.

Requirements

Header ndis.h
Library ndis.lib
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

NdisRegisterProtocol