(uint nDriver,System.Text.StringBuilder pchValue,uint unBufferSize)
| 4308 | return result; |
| 4309 | } |
| 4310 | public uint GetDriverName(uint nDriver,System.Text.StringBuilder pchValue,uint unBufferSize) |
| 4311 | { |
| 4312 | uint result = FnTable.GetDriverName(nDriver,pchValue,unBufferSize); |
| 4313 | return result; |
| 4314 | } |
| 4315 | public ulong GetDriverHandle(string pchDriverName) |
| 4316 | { |
| 4317 | IntPtr pchDriverNameUtf8 = Utils.ToUtf8(pchDriverName); |
nothing calls this directly
no outgoing calls
no test coverage detected