次の方法で共有


IOCTL_NDIS_GET_LOG_DATA (Windows Embedded CE 6.0)

1/6/2010

This NDIS DeviceIoControl request is used to retrieve data logged by a miniport driver. A miniport creates a log file by calling NdisMCreateLog, and subsequently logs data to it by calling NdisMWriteLogData. This DeviceIoControl will block until data is available.

Parameters

  • lpInBuffer
    Pointer to a wide character, null terminated string that is the name of the adapter whose log is to be read.
  • nInBufferSize
    Size in bytes of the lpInBuffer string, including the null terminator.
  • lpOutBuffer
    Pointer to a buffer to receive the retrieved log data.
  • nOutBufferSize
    Size in bytes of the lpOutBuffer string.
  • lpBytesReturned
    Pointer to DWORD in which to store the number of bytes read from the log.

Requirements

Header ntddndis.h
Windows Embedded CE Windows CE .NET 4.0 and later

See Also

Reference

Network Driver IOCTLs
DeviceIoControl
NdisMCreateLog
NdisMWriteLogData