(IntPtr pInterface)
| 4716 | { |
| 4717 | IVRProperties FnTable; |
| 4718 | internal CVRProperties(IntPtr pInterface) |
| 4719 | { |
| 4720 | FnTable = (IVRProperties)Marshal.PtrToStructure(pInterface, typeof(IVRProperties)); |
| 4721 | } |
| 4722 | public ETrackedPropertyError ReadPropertyBatch(ulong ulContainerHandle,ref PropertyRead_t pBatch,uint unBatchEntryCount) |
| 4723 | { |
| 4724 | ETrackedPropertyError result = FnTable.ReadPropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount); |
nothing calls this directly
no outgoing calls
no test coverage detected