Desktop Functions: Smart Device Functions:
|
Search Results for "GetStringTypeEx" in [All]kernel32
static extern bool GetStringTypeEx(uint Locale, uint dwInfoType,
Private Declare Unicode Function GetStringTypeEx Lib "kernel32" Alias "GetStringTypeExW" ( _
Public Function GetStringTypeEx(ByVal str As String, ByVal cti As CharTypeInfo) As Int16()
' No need to specify the Locale, the Unicode (W) version of GetStringTypeEx ignores it anyway
APIRetVal = GetStringTypeEx(0, cti, str, Len(str), CharTypeInfoArray(0))
Throw New ApplicationException("GetStringTypeExError")
static extern bool GetStringTypeEx(uint Locale, uint dwInfoType,
Private Declare Unicode Function GetStringTypeEx Lib "kernel32" Alias "GetStringTypeExW" ( _
Public Function GetStringTypeEx(ByVal str As String, ByVal cti As CharTypeInfo) As Int16()
' No need to specify the Locale, the Unicode (W) version of GetStringTypeEx ignores it anyway
APIRetVal = GetStringTypeEx(0, cti, str, Len(str), CharTypeInfoArray(0))
Throw New ApplicationException("GetStringTypeExError") |