Exemple #1
0
 public HRESULT Configure(HKL hKL, HWND hWnd, [NativeTypeName("DWORD")] uint dwMode, REGISTERWORDW *pRegisterWord)
 {
     return(((delegate * unmanaged <IActiveIME2 *, HKL, HWND, uint, REGISTERWORDW *, int>)(lpVtbl[5]))((IActiveIME2 *)Unsafe.AsPointer(ref this), hKL, hWnd, dwMode, pRegisterWord));
 }
Exemple #2
0
 public HRESULT Next([NativeTypeName("ULONG")] uint ulCount, REGISTERWORDW *rgRegisterWord, [NativeTypeName("ULONG *")] uint *pcFetched)
 {
     return(((delegate * unmanaged <IEnumRegisterWordW *, uint, REGISTERWORDW *, uint *, int>)(lpVtbl[4]))((IEnumRegisterWordW *)Unsafe.AsPointer(ref this), ulCount, rgRegisterWord, pcFetched));
 }