<Return[I]><Top>

IsCharAlpha

Declare Function Api_IsCharAlpha& Lib "user32" Alias "IsCharAlphaA" (ByVal cChar As byte)

Declare Function IsCharAlpha Lib "user32" Alias "IsCharAlphaA" (ByVal cChar As Byte) As Long

指定された文字が英字かどうかを判断する。ユーザーがセットアップの際に選択した言語、またはコントロールパネルで選択した言語に基づいて、この決定を行う。

パラメータ
ch
    テストするべき 1 つの文字を指定する。

戻り値
    指定した文字が英字である場合、0 以外の値が返る。
    指定した文字が英字ではない場合、0 が返る。拡張エラー情報を取得するには、GetLastError 関数を使う。