pub trait IVMRSurfaceAllocatorEx9_Impl: Sized + IVMRSurfaceAllocator9_Impl {
    // Required method
    fn GetSurfaceEx(
        &self,
        dwuserid: usize,
        surfaceindex: u32,
        surfaceflags: u32,
        lplpsurface: *mut Option<IDirect3DSurface9>,
        lprcdst: *mut RECT
    ) -> Result<()>;
}

Required Methods§

fn GetSurfaceEx( &self, dwuserid: usize, surfaceindex: u32, surfaceflags: u32, lplpsurface: *mut Option<IDirect3DSurface9>, lprcdst: *mut RECT ) -> Result<()>

Object Safety§

This trait is not object safe.

Implementors§