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