(IntPtr pInterface)
| 3344 | { |
| 3345 | IVROverlay FnTable; |
| 3346 | internal CVROverlay(IntPtr pInterface) |
| 3347 | { |
| 3348 | FnTable = (IVROverlay)Marshal.PtrToStructure(pInterface, typeof(IVROverlay)); |
| 3349 | } |
| 3350 | public EVROverlayError FindOverlay(string pchOverlayKey,ref ulong pOverlayHandle) |
| 3351 | { |
| 3352 | IntPtr pchOverlayKeyUtf8 = Utils.ToUtf8(pchOverlayKey); |
nothing calls this directly
no outgoing calls
no test coverage detected