strgetchrDx

文字列の指定の位置の文字コードを取得する、Posは取得する位置、CharNumsは文字数を代入する変数のアドレス

nothrow @nogc extern (C++, DxLib) extern
dxlib_d.DxDataType.DWORD
strgetchrDx
(
const(dxlib_d.DxDataType.TCHAR)* Str
,
int Pos
,
int* CharNums = null
)

Return Value

Type: dxlib_d.DxDataType.DWORD

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

Meta