A pointer to the raw memory buffer you want to copy the bytes into.
あなたがバイトいくらかをそれへとコピーしたい生メモリバッファへのポインタ。
count
The number of bytes to copy.
コピーするバイト数。
Return Value
戻り値
The number of bytes copied.
コピーされたバイト数。
Discussion
議論
The following example copies the number of bytes that count identified from the beginning of the raw memory buffer into the provided raw memory buffer:
以下の例は、countが生のメモリバッファの始まりから識別したバイト数をその提供された生のメモリバッファへとコピーします: