Struct winapi::d3dcommon::ID3DIncludeVtbl [] [src]

pub struct ID3DIncludeVtbl {
    pub Open: unsafe extern "system" fn(This: *mut ID3DInclude, IncludeType: D3D_INCLUDE_TYPE, pFileName: LPCSTR, pParentData: LPCVOID, ppData: *mut LPCVOID, pBytes: *mut UINT) -> HRESULT,
    pub Close: unsafe extern "system" fn(This: *mut ID3DInclude, pData: LPCVOID) -> HRESULT,
}

Fields

Open: unsafe extern "system" fn(This: *mut ID3DInclude, IncludeType: D3D_INCLUDE_TYPE, pFileName: LPCSTR, pParentData: LPCVOID, ppData: *mut LPCVOID, pBytes: *mut UINT) -> HRESULT Close: unsafe extern "system" fn(This: *mut ID3DInclude, pData: LPCVOID) -> HRESULT