Skip to content

kkkon/test_wpd_getdevices_cs

Repository files navigation

test_wpd_getdevices_cs

test application. wpd and mtp on C#, apply tlbimp Interop fixture GetDevices and others

1st build

Visual Studio generate 'Interop.PortableDeviceApiLib.dll' by tlbimp.
But 'Interop.PortableDeviceApiLib.dll' include mismatch COM method

2nd build

_gen.bat apply to 'Interop.PortableDeviceApiLib.dll'

  • PortableDeviceApiLib.IPortableDeviceManager.GetDevices
  • PortableDeviceApiLib.PortableDeviceManagerClass.GetDevices
  • PortableDeviceApiLib.IPortableDeviceManager.GetDeviceFriendlyName
  • PortableDeviceApiLib.PortableDeviceManagerClass.GetDeviceFriendlyName
  • PortableDeviceApiLib.IPortableDeviceManager.GetDeviceDescription
  • PortableDeviceApiLib.PortableDeviceManagerClass.GetDeviceDescription
  • PortableDeviceApiLib.IPortableDeviceManager.GetDeviceManufacturer
  • PortableDeviceApiLib.PortableDeviceManagerClass.GetDeviceManufacturer
  • PortableDeviceApiLib.IEnumPortableDeviceObjectIDs.Next

reference

About

test application. wpd and mtp on C#, apply tlbimp Interop fixture GetDevices and others

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published