(ulong ulContainerHandle,ref PropertyWrite_t pBatch,uint unBatchEntryCount)
| 4725 | return result; |
| 4726 | } |
| 4727 | public ETrackedPropertyError WritePropertyBatch(ulong ulContainerHandle,ref PropertyWrite_t pBatch,uint unBatchEntryCount) |
| 4728 | { |
| 4729 | ETrackedPropertyError result = FnTable.WritePropertyBatch(ulContainerHandle,ref pBatch,unBatchEntryCount); |
| 4730 | return result; |
| 4731 | } |
| 4732 | public string GetPropErrorNameFromEnum(ETrackedPropertyError error) |
| 4733 | { |
| 4734 | IntPtr result = FnTable.GetPropErrorNameFromEnum(error); |
no outgoing calls
no test coverage detected