strpncmp2Dx

strncmp の比較開始位置指定版、Pos が Str1 の比較開始位置( 全角文字も 1 扱い )、Num が文字数( 全角文字も 1 扱い )( マルチバイト文字列版では文字コード形式として SetUseCharCodeFormat で設定した形式が使用されます )

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

Meta