コード例 #1
0
 public HRESULT GetVideoProcessorCaps(D3D11_VIDEO_PROCESSOR_CAPS *pCaps)
 {
     return(((delegate * unmanaged <ID3D11VideoProcessorEnumerator *, D3D11_VIDEO_PROCESSOR_CAPS *, int>)(lpVtbl[9]))((ID3D11VideoProcessorEnumerator *)Unsafe.AsPointer(ref this), pCaps));
 }
コード例 #2
0
 public int GetVideoProcessorCaps([NativeTypeName("D3D11_VIDEO_PROCESSOR_CAPS *")] D3D11_VIDEO_PROCESSOR_CAPS *pCaps)
 {
     return(((delegate * unmanaged <ID3D11VideoProcessorEnumerator *, D3D11_VIDEO_PROCESSOR_CAPS *, int>)(lpVtbl[9]))((ID3D11VideoProcessorEnumerator *)Unsafe.AsPointer(ref this), pCaps));
 }