Struct winapi::d3d11::ID3D11DeviceChildVtbl [] [src]

pub struct ID3D11DeviceChildVtbl {
    pub parent: IUnknownVtbl,
    pub GetDevice: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, ppDevice: *mut *mut ID3D11Device),
    pub GetPrivateData: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, guid: REFGUID, pDataSize: *mut UINT, pData: *mut c_void) -> HRESULT,
    pub SetPrivateData: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, guid: REFGUID, DataSize: UINT, pData: *const c_void) -> HRESULT,
    pub SetPrivateDataInterface: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, guid: REFGUID, pData: *const IUnknown) -> HRESULT,
}

Fields

parent: IUnknownVtbl GetDevice: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, ppDevice: *mut *mut ID3D11Device) GetPrivateData: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, guid: REFGUID, pDataSize: *mut UINT, pData: *mut c_void) -> HRESULT SetPrivateData: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, guid: REFGUID, DataSize: UINT, pData: *const c_void) -> HRESULT SetPrivateDataInterface: unsafe extern "system" fn(This: *mut ID3D11DeviceChild, guid: REFGUID, pData: *const IUnknown) -> HRESULT