windows::Win32::Graphics::Direct3D10

Function D3D10CreateEffectPoolFromMemory

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