()
| 4303 | FnTable = (IVRDriverManager)Marshal.PtrToStructure(pInterface, typeof(IVRDriverManager)); |
| 4304 | } |
| 4305 | public uint GetDriverCount() |
| 4306 | { |
| 4307 | uint result = FnTable.GetDriverCount(); |
| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected