wmemcpy
提供:cppreference.com
|
|
This page has been machine-translated from the English version of the wiki using Google Translate.
The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions click here. |
| Defined in header <wchar.h>
|
||
をスキップしたい場合は、コントロール転送を転送することは違法です。オブジェクトが重なっている場合はコピー
countsrcが指すオブジェクトにdestが指すオブジェクトからワイド文字が。、動作は未定義です.Original:
Copies
count wide characters from the object pointed to by src to the object pointed to by dest. If the objects overlap, the behavior is undefined.The text has been machine-translated via Google Translate.
You can help to correct and verify the translation. Click here for instructions.
You can help to correct and verify the translation. Click here for instructions.
目次 |
[編集] パラメータ
| dest | - | コピー先のメモリ位置へのポインタ
Original: pointer to the memory location to copy to The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| src | - | からコピーするためのメモリ位置へのポインタ
Original: pointer to the memory location to copy from The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
| count | - | コピーするバイト数
Original: number of bytes to copy The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. |
[編集] 値を返します
dest
[編集] 例
| This section is incomplete Reason: no example |
[編集] も参照してください
| おそらく、配列の重複、二人の間のワイド文字の一定量をコピーします Original: copies a certain amount of wide characters between two, possibly overlapping, arrays The text has been machine-translated via Google Translate. You can help to correct and verify the translation. Click here for instructions. (機能) | |
| C++ documentation for wmemcpy
| |