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

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