IsCharAlphaNumeric |
Declare Function Api_IsCharAlphaNumeric& Lib "user32" Alias "IsCharAlphaNumericA" (ByVal cChar As byte) |
Declare Function IsCharAlphaNumeric Lib "user32" Alias "IsCharAlphaNumericA" (ByVal cChar As Byte) As Long |
|
指定された文字が、英字または数字であるかどうかを判断する。ユーザーがセットアップの際に選択した言語、またはコントロールパネルで選択した言語に基づいて、この決定を行う。 |
|
パラメータ |