IDARG_IN_I2C_RECEIVE - NtDoc

Native API online documentation, based on the System Informer (formerly Process Hacker) phnt headers
// iddcx.h

struct IDARG_IN_I2C_RECEIVE {
  [in]  UINT  SevenBitI2CAddress;
  [in]  UINT  Flags;
  [in]  UINT  DataSizeInBytes;
  [out] PVOID pData;
};
View the official Windows Driver Kit DDI reference

NtDoc

No description available.

Windows Driver Kit DDI reference (ns-iddcx-idarg_in_i2c_receive)

IDARG_IN_I2C_RECEIVE structure

Description

Gives information about I2C data being received by the OS.

Members

SevenBitI2CAddress [in]

The address of the I2C device from which data will be received.

Flags [in]

Flags for the receive operation.

DataSizeInBytes [in]

The size, in bytes, of the buffer pointed to by pData.

pData [out]

A pointer to a buffer that receives the data.