Struct winapi::d3d9::IDirect3DQuery9Vtbl [] [src]

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