Struct winapi::d3d9::IDirect3DSwapChain9ExVtbl [] [src]

pub struct IDirect3DSwapChain9ExVtbl {
    pub parent: IDirect3DSwapChain9Vtbl,
    pub GetLastPresentCount: unsafe  extern "system" fn(This: *mut IDirect3DSwapChain9Ex, pLastPresentCount: *mut UINT) -> HRESULT,
    pub GetPresentStats: unsafe  extern "system" fn(This: *mut IDirect3DSwapChain9Ex, pPresentationStatistics: *mut D3DPRESENTSTATS) -> HRESULT,
    pub GetDisplayModeEx: unsafe  extern "system" fn(This: *mut IDirect3DSwapChain9Ex, pMode: *mut D3DDISPLAYMODEEX, pRotation: *mut D3DDISPLAYROTATION) -> HRESULT,
}

Fields

parent
GetLastPresentCount
GetPresentStats
GetDisplayModeEx