()
| 2258 | return result; |
| 2259 | } |
| 2260 | public int GetD3D9AdapterIndex() |
| 2261 | { |
| 2262 | int result = FnTable.GetD3D9AdapterIndex(); |
| 2263 | return result; |
| 2264 | } |
| 2265 | public void GetDXGIOutputInfo(ref int pnAdapterIndex) |
| 2266 | { |
| 2267 | pnAdapterIndex = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected