(ulong pHandle,string pchBuffer,uint unBufferSize,ref uint punBufferSizeUsed)
| 4768 | return result; |
| 4769 | } |
| 4770 | public ETrackedPropertyError HandleToString(ulong pHandle,string pchBuffer,uint unBufferSize,ref uint punBufferSizeUsed) |
| 4771 | { |
| 4772 | punBufferSizeUsed = 0; |
| 4773 | ETrackedPropertyError result = FnTable.HandleToString(pHandle,pchBuffer,unBufferSize,ref punBufferSizeUsed); |
| 4774 | return result; |
| 4775 | } |
| 4776 | } |
| 4777 | |
| 4778 |
nothing calls this directly
no outgoing calls
no test coverage detected