Sign in
Windows Portable Devices Team Blog
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
Autoplay
Bluetooth
Device Services
Device Stage
Devices and Printers
Driver INF
DRM
Issues
MTP
multi-transport
Pages
PnP
PTP
SDK
Sensors
Tools
WDK
WIA
Windows 7
Windows Logo
Windows Portable Devices
WLK
WMDM
WPD
WPD Automation
Archive
Archives
December 2009
(1)
November 2009
(1)
October 2009
(3)
September 2009
(4)
August 2009
(4)
January 2008
(1)
December 2007
(1)
November 2007
(1)
June 2007
(1)
May 2007
(4)
April 2007
(4)
March 2007
(5)
February 2007
(6)
January 2007
(4)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
Windows Portable Devices Team Blog
Driver Dev Guide: How to Post Events from your WPD Driver
Posted
over 6 years ago
by
WPD Blogger [MSFT]
4
Comments
DimeBy8 wrote a great post on how a WPD application can receive driver-initiated WPD PnP events; this post will describe the driver's side of our eventing story . While this mechanism is "under the covers" for most WPD application developers, it helps...
Windows Portable Devices Team Blog
How to Receive WPD Arrival Event Notifications
Posted
over 6 years ago
by
WPD Blogger [MSFT]
1
Comments
If you followed the standard WPD events link in our previous post on WPD driver events, you may have seen the following event definition: WPD_EVENT_DEVICE_REMOVED This event is sent when a driver for a device is being unloaded. This is...
Windows Portable Devices Team Blog
WPD and WMDM Side-by-side: An Application Development Perspective
Posted
over 6 years ago
by
WPD Blogger [MSFT]
1
Comments
This post will compare WPD and the latest version of Windows Media Device Manager (WMDM) , from an application developer's point of view. Availability (aka SDK and Runtime Requirements) The Windows SDK contains the complete build environment (headers...
Windows Portable Devices Team Blog
Getting ERROR_BUSY (0x800700AA) after reading data from an MTP device?
Posted
over 6 years ago
by
WPD Blogger [MSFT]
1
Comments
One common cause of the ERROR_BUSY (0x800700AA) in MTP devices is when the application reads resource data from a content object on the portable device using IStream::Read(), and does not complete the read with an IStream::Close(). Subsequent operations...
Windows Portable Devices Team Blog
Object Creation: Required Properties and Debugging Failures
Posted
over 6 years ago
by
WPD Blogger [MSFT]
0
Comments
Basic Set of Properties for Folder Creation When creating a folder object, the following properties are required when calling IPortableDeviceContent::CreateObjectWithPropertiesOnly : WPD_OBJECT_PARENT_ID: VT_LPWSTR, Parent Object ID WPD_OBJECT_NAME...
Page 1 of 1 (5 items)