1.4.3 Buffered Data and Buffer Initialization
Compares data, given pointers to caller-supplied buffers and the length in bytes for the comparison. Returns the number of bytes that were equal.
Copies the data from one caller-supplied buffer to another, given pointers to both buffers and the length in bytes to be copied.
Copies the data from one caller-supplied memory range to another, given pointers to the base of both ranges and the length in bytes to be copied.
Fills a caller-supplied buffer with the specified UCHAR value, given a pointer to the buffer and the length in bytes to be filled.
Fills a buffer with zeros, given a pointer to the caller-supplied buffer and the length in bytes to be filled.
Stores a USHORT value at a given address, avoiding alignment faults.
Retrieves a USHORT value at a given address, avoiding alignment faults, and stores the value at a given address, which is assumed to be aligned.
Stores a ULONG value at a given address, avoiding alignment faults.
Retrieves a ULONG value at a given address, avoiding alignment faults, and stores the value at a given address, which is assumed to be aligned.