Struct winapi::d3d9::IDirect3D9ExVtbl [-] [+] [src]

pub struct IDirect3D9ExVtbl {
    pub QueryInterface: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, riid: *const IID, ppvObj: *mut *mut VOID) -> HRESULT>,
    pub AddRef: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex) -> *mut IDirect3D9Ex>,
    pub Release: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex) -> *mut IDirect3D9Ex>,
    pub GetAdapterCount: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex) -> *mut IDirect3D9Ex>,
    pub GetAdapterIdentifier: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, Flags: DWORD, pIdentifier: *mut D3DADAPTER_IDENTIFIER9) -> HRESULT>,
    pub GetAdapterModeCount: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, Format: D3DFORMAT) -> UINT>,
    pub EnumAdapterModes: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, Format: D3DFORMAT, Mode: UINT, pMode: *mut D3DDISPLAYMODE) -> HRESULT>,
    pub GetAdapterDisplayMode: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pMode: *mut D3DDISPLAYMODE) -> HRESULT>,
    pub CheckDeviceType: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DevType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, BackBufferFormat: D3DFORMAT, bWindowed: BOOL) -> HRESULT>,
    pub CheckDeviceFormat: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, Usage: DWORD, RType: D3DRESOURCETYPE, CheckFormat: D3DFORMAT) -> HRESULT>,
    pub CheckDeviceMultiSampleType: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, SurfaceFormat: D3DFORMAT, Windowed: BOOL, MultiSampleType: D3DMULTISAMPLE_TYPE, pQualityLevels: *mut DWORD) -> HRESULT>,
    pub CheckDepthStencilMatch: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, AdapterFormat: D3DFORMAT, RenderTargetFormat: D3DFORMAT, DepthStencilFormat: D3DFORMAT) -> HRESULT>,
    pub CheckDeviceFormatConversion: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, SourceFormat: D3DFORMAT, TargetFormat: D3DFORMAT) -> HRESULT>,
    pub GetDeviceCaps: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, pCaps: *mut D3DCAPS9) -> HRESULT>,
    pub GetAdapterMonitor: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT) -> HMONITOR>,
    pub CreateDevice: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, hFocusWindow: HWND, BehaviorFlags: DWORD, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, ppReturnedDeviceInterface: *mut *mut IDirect3DDevice9) -> HRESULT>,
    pub GetAdapterModeCountEx: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pFilter: *const D3DDISPLAYMODEFILTER) -> UINT>,
    pub EnumAdapterModesEx: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pFilter: *const D3DDISPLAYMODEFILTER, Mode: UINT, pMode: *mut D3DDISPLAYMODEEX) -> HRESULT>,
    pub GetAdapterDisplayModeEx: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pMode: *mut D3DDISPLAYMODEEX, pRotation: *mut D3DDISPLAYROTATION) -> HRESULT>,
    pub CreateDeviceEx: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, DeviceType: D3DDEVTYPE, hFocusWindow: HWND, BehaviorFlags: DWORD, pPresentationParameters: *mut D3DPRESENT_PARAMETERS, pFullscreenDisplayMode: *mut D3DDISPLAYMODEEX, ppReturnedDeviceInterface: *mut *mut IDirect3DDevice9Ex) -> HRESULT>,
    pub GetAdapterLUID: Option<unsafe  extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pLUID: *mut LUID) -> HRESULT>,
}

Fields

QueryInterface
AddRef
Release
GetAdapterCount
GetAdapterIdentifier
GetAdapterModeCount
EnumAdapterModes
GetAdapterDisplayMode
CheckDeviceType
CheckDeviceFormat
CheckDeviceMultiSampleType
CheckDepthStencilMatch
CheckDeviceFormatConversion
GetDeviceCaps
GetAdapterMonitor
CreateDevice
GetAdapterModeCountEx
EnumAdapterModesEx
GetAdapterDisplayModeEx
CreateDeviceEx
GetAdapterLUID