Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- //..snip..
- [StructLayout(LayoutKind.Sequential)]
- public struct TagFMDEVINFO
- {
- public int Size;
- public int APIVersion;
- public int FMVersion;
- public FMCAP dwCapabilities;
- [MarshalAs(UnmanagedType.ByValTStr, SizeConst = 20)]
- public string DeviceName;
- }
- //..snip..
- [DllImport(DLL)]
- public static extern ResultCode FMGetDevInfo(int FMDeviceIndex, ref TagFMDEVINFO FMDevInfo);
- //..snip..
Add Comment
Please, Sign In to add comment