windows::Win32::Graphics::Direct3D10

Function D3D10CreateEffectFromMemory

pub unsafe fn D3D10CreateEffectFromMemory<P3, P4>(
    pdata: *const c_void,
    datalength: usize,
    fxflags: u32,
    pdevice: P3,
    peffectpool: P4,
) -> Result<ID3D10Effect>
where P3: Param<ID3D10Device>, P4: Param<ID3D10EffectPool>,