strcpy_sDx

strcpy_sと同等の機能(マルチバイト文字列版では文字コード形式として SetUseCharCodeFormatで設定した形式が使用されます)

nothrow @nogc extern (C++, DxLib) extern
void
strcpy_sDx
(
dxlib_d.DxDataType.TCHAR* Dest
,
size_t DestBytes
,
const(dxlib_d.DxDataType.TCHAR)* Src
)

Meta