public int GetStatus([NativeTypeName("DIRECTMANIPULATION_STATUS *")] DIRECTMANIPULATION_STATUS *status) { return(((delegate * unmanaged <IDirectManipulationViewport2 *, DIRECTMANIPULATION_STATUS *, int>)(lpVtbl[8]))((IDirectManipulationViewport2 *)Unsafe.AsPointer(ref this), status)); }
public HRESULT GetStatus(DIRECTMANIPULATION_STATUS *status) { return(((delegate * unmanaged <IDirectManipulationViewport *, DIRECTMANIPULATION_STATUS *, int>)(lpVtbl[8]))((IDirectManipulationViewport *)Unsafe.AsPointer(ref this), status)); }