pub struct IDirect3DQuery9Vtbl {
pub parent: IUnknownVtbl,
pub GetDevice: unsafe extern "system" fn(This: *mut IDirect3DQuery9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT,
pub GetType: unsafe extern "system" fn(This: *mut IDirect3DQuery9) -> D3DRESOURCETYPE,
pub GetDataSize: unsafe extern "system" fn(This: *mut IDirect3DQuery9) -> DWORD,
pub Issue: unsafe extern "system" fn(This: *mut IDirect3DQuery9, dwIssueFlags: DWORD) -> HRESULT,
pub GetData: unsafe extern "system" fn(This: *mut IDirect3DQuery9, pData: *mut VOID, dwSize: DWORD, dwGetDataFlags: DWORD) -> HRESULT,
}
Fields
parent | |
GetDevice | |
GetType | |
GetDataSize | |
Issue | |
GetData | |
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
)