コード例 #1
0
 public int GetProperty([NativeTypeName("const GUID &")] Guid *guidProp, [NativeTypeName("ITfProperty **")] ITfProperty **ppProp)
 {
     return(((delegate * unmanaged <ITfContext *, Guid *, ITfProperty **, int>)(lpVtbl[12]))((ITfContext *)Unsafe.AsPointer(ref this), guidProp, ppProp));
 }
コード例 #2
0
 public HRESULT Next([NativeTypeName("ULONG")] uint ulCount, ITfProperty **ppProp, [NativeTypeName("ULONG *")] uint *pcFetched)
 {
     return(((delegate * unmanaged <IEnumTfProperties *, uint, ITfProperty **, uint *, int>)(lpVtbl[4]))((IEnumTfProperties *)Unsafe.AsPointer(ref this), ulCount, ppProp, pcFetched));
 }