// video.h
PVIDEO_READ_CLOCK_LINE PvideoReadClockLine;
BOOLEAN PvideoReadClockLine(
PVOID HwDeviceExtension
)
{...}
View the official Windows Driver Kit DDI referenceNo description available.
ReadClockLine reads a single data bit from the I2C serial clock line.
HwDeviceExtensionPointer to the miniport driver's per-adapter storage area. For more information, see Device Extensions.
ReadClockLine returns 1 if the serial clock line is high and 0 if the serial clock line is low.
ReadClockLine should be made pageable.