(ulong ulBuffer)
| 4543 | return result; |
| 4544 | } |
| 4545 | public EIOBufferError Close(ulong ulBuffer) |
| 4546 | { |
| 4547 | EIOBufferError result = FnTable.Close(ulBuffer); |
| 4548 | return result; |
| 4549 | } |
| 4550 | public EIOBufferError Read(ulong ulBuffer,IntPtr pDst,uint unBytes,ref uint punRead) |
| 4551 | { |
| 4552 | punRead = 0; |
nothing calls this directly
no outgoing calls
no test coverage detected