pub struct IDirect3DVolume9Vtbl {
pub parent: IUnknownVtbl,
pub GetDevice: unsafe extern "system" fn(This: *mut IDirect3DVolume9, ppDevice: *mut *mut IDirect3DDevice9) -> HRESULT,
pub SetPrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID, pData: *const VOID, SizeOfData: DWORD, Flags: DWORD) -> HRESULT,
pub GetPrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID, pData: *mut VOID, pSizeOfData: *mut DWORD) -> HRESULT,
pub FreePrivateData: unsafe extern "system" fn(This: *mut IDirect3DVolume9, refguid: *const GUID) -> HRESULT,
pub GetContainer: unsafe extern "system" fn(This: *mut IDirect3DVolume9, riid: *const IID, ppContainer: *mut *mut VOID) -> HRESULT,
pub GetDesc: unsafe extern "system" fn(This: *mut IDirect3DVolume9, pDesc: *mut D3DVOLUME_DESC) -> HRESULT,
pub LockBox: unsafe extern "system" fn(This: *mut IDirect3DVolume9, pLockedVolume: *mut D3DLOCKED_BOX, pBox: *const D3DBOX, Flags: DWORD) -> HRESULT,
pub UnlockBox: unsafe extern "system" fn(This: *mut IDirect3DVolume9) -> HRESULT,
}
Fields
parent | |
GetDevice | |
SetPrivateData | |
GetPrivateData | |
FreePrivateData | |
GetContainer | |
GetDesc | |
LockBox | |
UnlockBox | |
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
)