49 OUT PUCHAR Buffer, IN ULONG Size,
67 FUNC_PARAM((
DBG_PREFIX " input %2u: 0x%02x '%c'", i, (
unsigned int) Buffer[i], (UCHAR) Buffer[i]));
71 FUNC_LEAVE_NTSTATUS(ntStatus);
Internal functions and definitions of the libiec library.
NTSTATUS cbmiec_raw_read(IN PDEVICE_EXTENSION Pdx, OUT PUCHAR Buffer, IN ULONG Size, OUT ULONG *Read)
Read some bytes from the IEC bus.
NTSTATUS cbmiec_i_raw_read(IN PDEVICE_EXTENSION Pdx, OUT UCHAR *buf, ULONG cnt, OUT ULONG *pReceived)
Read some bytes from the IEC bus.
Definitions for the opencbm driver.