| 650 | pContext->QueryInterface(IID_PPV_ARGS(&pContext2)); |
| 651 | pContext->Release(); |
| 652 | |
| 653 | *ppDeferredContext = new D3D11DeviceContextX<ABI>(pContext2); |
| 654 | return S_OK; |
| 655 | } |
| 656 | |
| 657 | template <abi_t ABI> |
| 658 | HRESULT D3D11DeviceX<ABI>::OpenSharedResource(void *pResource, _GUID const &retInterface, void **ppResource) |
| 659 | { |
| 660 | IMPLEMENT_STUB(); |
nothing calls this directly
no outgoing calls
no test coverage detected