strrstr2Dx

strrstr の戻り値が文字列先頭からの文字数( 全角文字も 1 扱い ) になったもの( マルチバイト文字列版では文字コード形式として SetUseCharCodeFormat で設定した形式が使用されます )

nothrow @nogc extern (C++, DxLib) extern
int
strrstr2Dx
(
const(dxlib_d.dxdatatype.TCHAR)* Str1
,
const(dxlib_d.dxdatatype.TCHAR)* Str2
)

Meta