strputchrDx

文字列の指定の位置に文字コードを書き込む、Pos は書き込む位置、CharCode は文字コード

nothrow @nogc extern (C++, DxLib) extern
int
strputchrDx
(
dxlib_d.dxdatatype.TCHAR* Str
,
int Pos
,
dxlib_d.dxdatatype.DWORD CharCode
)

Return Value

Type: int

書き込んだ文字数( マルチバイト文字列版では文字コード形式として SetUseCharCodeFormat で設定した形式が使用されます )

Meta