(System.Text.StringBuilder pBuffer,ref uint pnBufferLength)
| 3053 | return result; |
| 3054 | } |
| 3055 | public bool ExportLiveToBuffer(System.Text.StringBuilder pBuffer,ref uint pnBufferLength) |
| 3056 | { |
| 3057 | pnBufferLength = 0; |
| 3058 | bool result = FnTable.ExportLiveToBuffer(pBuffer,ref pnBufferLength); |
| 3059 | return result; |
| 3060 | } |
| 3061 | public bool ImportFromBufferToWorking(string pBuffer,uint nImportFlags) |
| 3062 | { |
| 3063 | IntPtr pBufferUtf8 = Utils.ToUtf8(pBuffer); |
nothing calls this directly
no outgoing calls
no test coverage detected