(IntPtr pInterface)
| 4299 | { |
| 4300 | IVRDriverManager FnTable; |
| 4301 | internal CVRDriverManager(IntPtr pInterface) |
| 4302 | { |
| 4303 | FnTable = (IVRDriverManager)Marshal.PtrToStructure(pInterface, typeof(IVRDriverManager)); |
| 4304 | } |
| 4305 | public uint GetDriverCount() |
| 4306 | { |
| 4307 | uint result = FnTable.GetDriverCount(); |
nothing calls this directly
no outgoing calls
no test coverage detected