extern
LM_STATUS
LM_Receive_Copy(
PULONG Bytes_Transferred,
ULONG Byte_Count,
ULONG Offset,
PNDIS_PACKET Packet,
Ptr_Adapter_Struc Adapt
);
Routine Description:
This routine will copy from the card into the Packet.
Arguments:
Bytes_Transferred - The number of bytes transferred.
Byte_Count - The number of bytes to transfer.
Offset - Offset into the receive buffer from which to receive
Packet - The packet to put on the wire.
Adapt - A pointer to an LMI adapter structure.
Return:
SUCCESS
OUT_OF_RESOURCES