| 482 | struct SurfaceControl |
| 483 | { |
| 484 | struct ApiTable |
| 485 | { |
| 486 | void *GetSurface; |
| 487 | void *DisConnect; |
| 488 | void *GetParentingLayer; |
| 489 | |
| 490 | void *SetLayer; |
| 491 | }; |
| 492 | |
| 493 | inline static ApiTable Api; |
| 494 | }; |
nothing calls this directly
no outgoing calls
no test coverage detected