Sign in
Windows SDK Support Team Blog
#define _WIN32_WINNT
Common Tasks
Blog Home
Email Blog Author
OK
RSS for comments
RSS for posts
Atom
Search Form
Tag Cloud
Access Denied
Base
certificate
Certification
CreateProcessAsUser
CreateProcessWithLogonW
Crypto
CryptographicException
integrity level
LogonUser
LogonUser()
Microsoft Platform Ready Test Tool
MPR Test Tool
Networking
performance counters
Security
Service
SeTcbPrivilege
setsockopt
signtool
Token
UAC
windows media
windows media encoder
WTSQueryUserToken
Monthly Archives
Archives
May 2013
(3)
April 2013
(2)
March 2013
(2)
February 2013
(3)
January 2013
(1)
September 2012
(2)
November 2010
(3)
August 2010
(2)
May 2010
(12)
January 2010
(7)
December 2009
(2)
November 2009
(30)
October 2009
(4)
September 2009
(1)
August 2009
(1)
July 2009
(7)
Browse by Tags
MSDN Blogs
>
Windows SDK Support Team Blog
>
All Tags
>
windows media
Tagged Content List
Blog Post:
How to update security bulletin MS10-013 on a Windows Server 2000 box?
Prateek Kr Dubey
While updating your Windows 2000 box with latest security fixes you may get a situation where you may be stuck with the security fix MS10-013 asking you to update the latest DirectX. Basically this happens when you are doing a system update with the security patches released from Microsoft. The security...
on
28 May 2010
Blog Post:
Few points to share about Windows Media Encoder
Prateek Kr Dubey
You may come across issues such as hang or a crash when trying to use Windows Media Encoder from a service. Say you have a COM object which instantiate Windows Media Encoder and passes this to a service. The service may do one or more of the following: a. Screen Capture b. Audio recording c. Capturing...
on
12 Nov 2009
Blog Post:
WMCreateStreamForURL is called in XP and Vista but not in Windows 7
Prateek Kr Dubey
It is always possible to write our own storage system for Windows media files and make the content available to users via streaming. A possibility of doing this is to write our own source plug-in as a DLL, which should implements the Istream interface and make its presence known to the SDK using a registry...
on
4 Nov 2009
Blog Post:
What is the recommended way to set the resolution of a webcam using DirectShow?
Prateek Kr Dubey
Question: Why does my DirectShow based video capture application fail to set resolution for the LifeCam VX-6000/VX-3000 webcam when LifeCam software is installed in the system? Is there any way to resolve this issue programmatically? Here is the code snippet that I am using to set webcam resolution:...
on
4 Nov 2009
Blog Post:
You may get a crash in Windows Media Player if you register and select a plug-in implemented in a multi-threading context and if you have not marshalled the pointers correctly.
Prateek Kr Dubey
Two points to remember before you write your Windows Media Player plug-in using the WMP public interfaces. 1. WMP interfaces are not thread safe. 2. WMP's public interfaces can be used on different threads as long as you make sure that you have marshalled the pointer correctly. You can use CoMarshalInterThreadInterfaceInStream...
on
20 Oct 2009
Page 1 of 1 (5 items)