strstr2Dx

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

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

Meta