Type Alias PDXVA2SW_GETVIDEOPROCESSORCAPS
pub type PDXVA2SW_GETVIDEOPROCESSORCAPS = Option<unsafe extern "system" fn(pvideodesc: *const DXVA2_VideoDesc, rendertargetformat: D3DFORMAT, pcaps: *mut DXVA2_VideoProcessorCaps) -> HRESULT>;Aliased Type§
pub enum PDXVA2SW_GETVIDEOPROCESSORCAPS {
None,
Some(unsafe extern "system" fn(*const DXVA2_VideoDesc, D3DFORMAT, *mut DXVA2_VideoProcessorCaps) -> HRESULT),
}Variants§
None
No value.
Some(unsafe extern "system" fn(*const DXVA2_VideoDesc, D3DFORMAT, *mut DXVA2_VideoProcessorCaps) -> HRESULT)
Some value of type T.