Exemplo n.º 1
0
 public ImeCallbackStructGCHandle()
 {
     _imeCallbackStruct       = new ImeCallbackStruct();
     _imeCallbackStructHandle = GCHandle.Alloc(_imeCallbackStruct);
 }
Exemplo n.º 2
0
 internal static extern ErrorCode ImeRun(ref ImeCallbackStruct basicCB, IntPtr userData);