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 | |
GetDevice | |
GetPrivateData | |
SetPrivateData | |
SetPrivateDataInterface | |