Ejemplo n.º 1
0
 public int GetControlInfo([NativeTypeName("CONTROLINFO *")] CONTROLINFO *pCI)
 {
     return(((delegate * unmanaged <IOleControl *, CONTROLINFO *, int>)(lpVtbl[3]))((IOleControl *)Unsafe.AsPointer(ref this), pCI));
 }
Ejemplo n.º 2
0
 public HRESULT GetControlInfo(CONTROLINFO *pCI)
 {
     return(((delegate * unmanaged <IOleControl *, CONTROLINFO *, int>)(lpVtbl[3]))((IOleControl *)Unsafe.AsPointer(ref this), pCI));
 }