Questions tagged [wpd]

Windows Portable Devices (WPD) enables computers to communicate with attached media and storage devices.

Windows Portable Devices (WPD) enables computers to communicate with attached media and storage devices.

WPD provides a way for computers to communicate with music players, storage devices, mobile phones, cameras, and many other types of connected devices.

Applications that are built on WPD can explore a device, send and receive content, and even control the device, for example, take a picture or send a text message. The system is designed to be flexible so that many types of devices can be explored, and extensible so that driver developers can define custom properties and commands for custom devices.

Reference

101 questions
0
votes
0 answers

How to identify if a smartphone is connected to computer?

I have a smartphone (any operating system like iOS, Android or Windows 8), and as soon as I connect it to computer (through wire), I want my Windows Form Application to identify that a device is connected and it needs to tell me which device is…
Deepak Raj
  • 730
  • 2
  • 9
  • 26
0
votes
1 answer

How to get CBitmap from IStream available

I am working with WPD (Windows Portable Devices) API, and I have a problem. I have obtained image, video, music objects list on a device, and now I want to get thumbnail of images. I have used the following to get Stream of image…
Tiktac
  • 966
  • 1
  • 12
  • 32
0
votes
1 answer

Where do I find following uid (WPD)?

Are following uid generated randomly or I need to find it from somewhere and if so from where? From header stdafx.h // This method submits a ReadMeasurement request. // {0b6b15e1-1ec4-4dde-881a-cfc3e0a7a5c7}…
0
votes
1 answer

How to rename an object on a WPD device

I am making a fork of PortableDeviceLib which works with Storage service on a WPD/MTP device. And stumbled upon a problem. I want to rename a file object on a device, so the first thought is to change WPD_OBJECT_ORIGINAL_FILE_NAME property of an…
naixx
  • 1,176
  • 11
  • 17
0
votes
1 answer

Windows Portable Devices (WPD) redistributable for Windows XP?

i am trying to use the Windows Portable Device (WPD) API under Windows XP. MSDN says that the Windows Portable Device API is supported under Windows XP: The WPD Application Programming Interface is supported in Windows 7, Windows Vista, and…
Ian Boyd
  • 246,734
  • 253
  • 869
  • 1,219
0
votes
1 answer

Accessing Windows Portable Device Automation API in C#

I'm writing a Metro Style C#/XAML application which connects to Bluetooth Low Energy device and recieves data from it. Microsoft shared a sample which uses WPD API and makes all what I need. But it is written in javascript and uses javascript…
0
votes
1 answer

Browsing WPD's content through Windows Explorer

I noticed that when I plug in my Nokia phone, an icon will appear in My Computer in windows explorer and I can browse the content of my phone through windows explorer. Is this concept similar to developing Shell Namespace Extension for virtual…
0
votes
1 answer

How to read WPD MTP data stream asynchronously?

My sample application gets a COM IStream instance from a IPortableDeviceResources::GetStream() function. I want to read the device object contents asynchronously using this IStream object. How can I do that using an asynchronous moniker?
0
votes
2 answers

WPD Upper Filter causing MTP device installation fail

I've been writing a KMDF filter driver for WPD (Portable Devices) class (based on example in http://www.osronline.com/article.cfm?article=446). The driver purpose is the block write requests to the device. I set it up in the registry in UpperFilters…
oren671
  • 21
  • 2
  • 5
0
votes
1 answer

Does Windows Portable Devices support TWAIN drivers?

I am working on an application that must support TWAIN, but additional device support would potentially also be beneficial. At the moment, I don't anticipate needing anything fancier than the ability to acquire a single image at a time. I read here…
Nathan
  • 10,593
  • 10
  • 63
  • 87
-1
votes
1 answer

How to convert IStream Resource to CBitmap on MFC

I am working with WPD (Windows Portable Devices) API, and I have a problem. I have obtained images, video, mp3 objects on a device, and now I want to show a thumbnail of images on CListCtrl. I have used the following to get Stream of image…
Tiktac
  • 966
  • 1
  • 12
  • 32
1 2 3 4 5 6
7