(IntPtr pInterface)
| 2585 | { |
| 2586 | IVRExtendedDisplay FnTable; |
| 2587 | internal CVRExtendedDisplay(IntPtr pInterface) |
| 2588 | { |
| 2589 | FnTable = (IVRExtendedDisplay)Marshal.PtrToStructure(pInterface, typeof(IVRExtendedDisplay)); |
| 2590 | } |
| 2591 | public void GetWindowBounds(ref int pnX,ref int pnY,ref uint pnWidth,ref uint pnHeight) |
| 2592 | { |
| 2593 | pnX = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected