(uint nDevice)
| 4735 | return Marshal.PtrToStringAnsi(result); |
| 4736 | } |
| 4737 | public ulong TrackedDeviceToPropertyContainer(uint nDevice) |
| 4738 | { |
| 4739 | ulong result = FnTable.TrackedDeviceToPropertyContainer(nDevice); |
| 4740 | return result; |
| 4741 | } |
| 4742 | } |
| 4743 | |
| 4744 |