[Mono-osx] setupapi.dll os x

jpitz31 j_pitz at yahoo.com
Sun Apr 17 20:11:57 EDT 2011


Hello,

I am attempting to do some WinAPI calls to setupapi.dll for USB port access:

[DllImport("setupapi.dll", SetLastError = true)]
		internal static extern Int32 SetupDiCreateDeviceInfoList(ref System.Guid
ClassGuid, Int32 hwndParent);

I was under the impression that WinAPI calls were written in the IO classes
for non-Windows operating systems.

I have checked the mono site and the forum.

It looks like setupapi.dll is not supported yet as I get an error on
building the project.

Thanks

Joe

--
View this message in context: http://mono.1490590.n4.nabble.com/setupapi-dll-os-x-tp3456327p3456327.html
Sent from the Mono - OSX mailing list archive at Nabble.com.


More information about the Mono-osx mailing list