(IntPtr pInterface)
| 4746 | { |
| 4747 | IVRPaths FnTable; |
| 4748 | internal CVRPaths(IntPtr pInterface) |
| 4749 | { |
| 4750 | FnTable = (IVRPaths)Marshal.PtrToStructure(pInterface, typeof(IVRPaths)); |
| 4751 | } |
| 4752 | public ETrackedPropertyError ReadPathBatch(ulong ulRootHandle,ref PathRead_t pBatch,uint unBatchEntryCount) |
| 4753 | { |
| 4754 | ETrackedPropertyError result = FnTable.ReadPathBatch(ulRootHandle,ref pBatch,unBatchEntryCount); |
nothing calls this directly
no outgoing calls
no test coverage detected