pub struct IDirect3DQuery9Vtbl {
pub QueryInterface: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9, riid: *const IID, ppvObj: *mut *mut VOID) -> HRESULT>,
pub AddRef: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9) -> *mut IDirect3DQuery9>,
pub Release: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9) -> *mut IDirect3DQuery9>,
pub GetDevice: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT>,
pub GetType: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9) -> *mut IDirect3DQuery9>,
pub GetDataSize: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9) -> *mut IDirect3DQuery9>,
pub Issue: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9, dwIssueFlags: DWORD) -> HRESULT>,
pub GetData: Option<unsafe extern "system" fn(This: *mut IDirect3DQuery9, pData: *mut VOID, dwSize: DWORD, dwGetDataFlags: DWORD) -> HRESULT>,
}
Fields
QueryInterface | |
AddRef | |
Release | |
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
).