次の方法で共有


IOCTL_NDIS_GET_PROTOCOL_NAMES (Windows CE 5.0)

Send Feedback

This CE-specific NDIS DeviceIoControl request is used to retrieve the names of the protocol drivers currently registered by NDIS.

Parameters

  • lpOutBuffer
    Pointer to a buffer to receive the retrieved list of protocol driver names. The list will be a wide character multi-string.
  • nOutBufferSize
    Size in bytes of the lpOutBuffer string.
  • lpBytesReturned
    Pointer to DWORD in which to store the number of bytes in the returned multi-string.

Requirements

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

See Also

DeviceIoControl

Send Feedback on this topic to the authors

Feedback FAQs

© 2006 Microsoft Corporation. All rights reserved.