(uint unHandle,System.Text.StringBuilder pchDescriptorOut,ref uint punDescriptorBufferLenInOut)
| 4598 | return result; |
| 4599 | } |
| 4600 | public EVRSpatialAnchorError GetSpatialAnchorDescriptor(uint unHandle,System.Text.StringBuilder pchDescriptorOut,ref uint punDescriptorBufferLenInOut) |
| 4601 | { |
| 4602 | punDescriptorBufferLenInOut = 0; |
| 4603 | EVRSpatialAnchorError result = FnTable.GetSpatialAnchorDescriptor(unHandle,pchDescriptorOut,ref punDescriptorBufferLenInOut); |
| 4604 | return result; |
| 4605 | } |
| 4606 | } |
| 4607 | |
| 4608 |
nothing calls this directly
no outgoing calls
no test coverage detected