Desktop Functions: Smart Device Functions:
|
Search Results for "ImmGetOpenStatus" in [All]imm32
public static extern bool ImmGetOpenStatus(IntPtr himc);
if (ImmGetOpenStatus(HIme)) //If the imput method is open coredll
public static extern bool ImmGetOpenStatus(IntPtr hIMC);
Declare Function ImmGetOpenStatus Lib "coredll.dll" (TODO) As TODO
//if(ImmGetOpenStatus(IntPtr.Zero)){
//if(ImmGetOpenStatus(IntPtr.Zero)){ |