NdisGetProtocolNames (Windows CE 5.0)

Send Feedback

This function allows an application (or NDIS protocol driver) to retrieve the names of the protocol drivers currently registered by NDIS.

VOID NdisGetProtocolNames(PNDIS_STATUS pStatus,PBYTE pOutBuf,DWORDcbOutBufSize,PDWORDpcbReturned);

Parameters

  • pStatus
    [out] On return, contains the status of the operation.
  • pOutBuf
    [out] Pointer to a buffer to receive the retrieved list of protocol driver names. The list will be a wide character multi-string.
  • cbOutBufSize
    [in] Size in bytes of the lpOutBuffer string.
  • pcbReturned
    [out] Pointer to DWORD in which to store the number of bytes in the returned multi-string.

Return Values

Status of operation.

Requirements

OS Versions: Windows CE .NET 4.0 and later.
Header: Ndis.h.
Link Library: Ndis.lib

See Also

DeviceIoControl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.