pub struct IDirect3D9ExVtbl {
pub parent: IDirect3D9Vtbl,
pub GetAdapterModeCountEx: unsafe extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pFilter: *const D3DDISPLAYMODEFILTER) -> UINT,
pub EnumAdapterModesEx: unsafe extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pFilter: *const D3DDISPLAYMODEFILTER, Mode: UINT, pMode: *mut D3DDISPLAYMODEEX) -> HRESULT,
pub GetAdapterDisplayModeEx: unsafe extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pMode: *mut D3DDISPLAYMODEEX, pRotation: *mut D3DDISPLAYROTATION) -> HRESULT,
pub CreateDeviceEx: 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: unsafe extern "system" fn(This: *mut IDirect3D9Ex, Adapter: UINT, pLUID: *mut LUID) -> HRESULT,
}
Fields
parent | |
GetAdapterModeCountEx | |
EnumAdapterModesEx | |
GetAdapterDisplayModeEx | |
CreateDeviceEx | |
GetAdapterLUID | |
Keyboard shortcuts
- ?
- Show this help dialog
- S
- Focus the search field
- ⇤
- Move up in search results
- ⇥
- Move down in search results
- ⏎
- Go to active search result
Search tricks
Prefix searches with a type followed by a colon (e.g.
fn:
) to restrict the search to a given type.
Accepted types are: fn
, mod
,
struct
, enum
,
trait
, typedef
(or
tdef
).
Search functions by type signature (e.g.
vec -> usize
)